Html Css Color HEX #B72440 Cardinal

📋 copy color: '#B72440'

red 183 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #B72440

Tints of Cardinal #B72440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 64.66%
G = 12.72%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B72440 (or 0xB72440) is known color: Cardinal. HEX triplet: B7, 24 and 40. RGB value is (183,36,64). Sum of RGB (Red+Green+Blue) = 183+36+64=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B72440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72440 is #48DBBF. Grayscale: #535353. Windows color (decimal): -4774848 or 4203703. OLE color: 4203703.

HSL color Cylindrical-coordinate representation of color #B72440: hue angle of 348.57º 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 #B72440 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 64 -
CMYK 0 0.80 0.65 0.28
HSL 348.57º 0.67% 0.43% -
HSV(B) 348.57º 0.8% 0.72% -
XYZ 21.08 11.7 6 -
YUV 83.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 183 36 64 0 0.80 0.65 0.28 348.57 0.67 0.43
Hex B7 24 40 0 50 41 1C 15D 43 2B
Octal 267 44 100 0 120 101 34 535 103 53
Binary 10110111 100100 1000000 0 1010000 1000001 11100 101011101 1000011 101011

Color Harmonies of #B72440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72440

Black with #B72440

Text Example


Text Example

White with #B72440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72440; }

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

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

background-color css

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

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

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

border-color css

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

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

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