Html Css Color HEX #B7232D Cardinal

📋 copy color: '#B7232D'

red 183 ◦ green 35 ◦ blue 45

#B7232D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B7232D

Tints of Cardinal #B7232D

RGB

 RED value IS 183 (71.88% from 255) = 69.58%

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 69.58%
G = 13.31%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7232D (or 0xB7232D) is known color: Cardinal. HEX triplet: B7, 23 and 2D. RGB value is (183,35,45). Sum of RGB (Red+Green+Blue) = 183+35+45=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7232D is #48DCD2. Grayscale: #505050. Windows color (decimal): -4775123 or 2958263. OLE color: 2958263.

HSL color Cylindrical-coordinate representation of color #B7232D: hue angle of 355.95º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7232D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 35 45 -
CMYK 0 0.81 0.75 0.28
HSL 355.95º 0.68% 0.43% -
HSV(B) 355.95º 0.81% 0.72% -
XYZ 20.6 11.46 3.61 -
YUV 80.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 183 35 45 0 0.81 0.75 0.28 355.95 0.68 0.43
Hex B7 23 2D 0 51 4B 1C 164 44 2B
Octal 267 43 55 0 121 113 34 544 104 53
Binary 10110111 100011 101101 0 1010001 1001011 11100 101100100 1000100 101011

Color Harmonies of #B7232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7232D

Black with #B7232D

Text Example


Text Example

White with #B7232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7232D; }

 p { color: rgb(183,35,45); }

 H1.HeaderClassName
 {
   color: #B7232D;
 }
 .AnyTagClassName
 {
   color: #B7232D;
 }
</style>

background-color css

<style>
 a { background-color: #B7232D; }

 a { background-color: rgb(183,35,45); }

 div.DivClassName
 {
   background-color: #B7232D;
 }
 .BgClassName
 {
   background-color: #B7232D;
 }
</style>

border-color css

<style>
 span { border-color: #B7232D; }

 span { border-color: rgb(183,35,45); }

 td.TdClassName
 {
   border-color: #B7232D;
 }
 .TagClassName
 {
   border-color: #B7232D;
 }
</style>