Html Css Color HEX #B72441 Cardinal

📋 copy color: '#B72441'

red 183 ◦ green 36 ◦ blue 65

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

Shades of Cardinal #B72441

Tints of Cardinal #B72441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 64.44%
G = 12.68%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72441 (or 0xB72441) is known color: Cardinal. HEX triplet: B7, 24 and 41. RGB value is (183,36,65). Sum of RGB (Red+Green+Blue) = 183+36+65=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B72441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72441 is #48DBBE. Grayscale: #535353. Windows color (decimal): -4774847 or 4269239. OLE color: 4269239.

HSL color Cylindrical-coordinate representation of color #B72441: hue angle of 348.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72441 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 65 -
CMYK 0 0.80 0.64 0.28
HSL 348.16º 0.67% 0.43% -
HSV(B) 348.16º 0.8% 0.72% -
XYZ 21.11 11.71 6.15 -
YUV 83.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 183 36 65 0 0.80 0.64 0.28 348.16 0.67 0.43
Hex B7 24 41 0 50 40 1C 15C 43 2B
Octal 267 44 101 0 120 100 34 534 103 53
Binary 10110111 100100 1000001 0 1010000 1000000 11100 101011100 1000011 101011

Color Harmonies of #B72441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72441

Black with #B72441

Text Example


Text Example

White with #B72441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72441; }

 p { color: rgb(183,36,65); }

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

background-color css

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

 a { background-color: rgb(183,36,65); }

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

border-color css

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

 span { border-color: rgb(183,36,65); }

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