Html Css Color HEX #B72637 Cardinal

📋 copy color: '#B72637'

red 183 ◦ green 38 ◦ blue 55

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

Shades of Cardinal #B72637

Tints of Cardinal #B72637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.77%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 66.3%
G = 13.77%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B72637 (or 0xB72637) is known color: Cardinal. HEX triplet: B7, 26 and 37. RGB value is (183,38,55). Sum of RGB (Red+Green+Blue) = 183+38+55=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B72637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72637 is #48D9C8. Grayscale: #535353. Windows color (decimal): -4774345 or 3614391. OLE color: 3614391.

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

Color convert

RGB 183 38 55 -
CMYK 0 0.79 0.70 0.28
HSL 352.97º 0.66% 0.43% -
HSV(B) 352.97º 0.79% 0.72% -
XYZ 20.91 11.73 4.78 -
YUV 83.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 183 38 55 0 0.79 0.70 0.28 352.97 0.66 0.43
Hex B7 26 37 0 4F 46 1C 161 42 2B
Octal 267 46 67 0 117 106 34 541 102 53
Binary 10110111 100110 110111 0 1001111 1000110 11100 101100001 1000010 101011

Color Harmonies of #B72637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72637

Black with #B72637

Text Example


Text Example

White with #B72637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72637; }

 p { color: rgb(183,38,55); }

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

background-color css

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

 a { background-color: rgb(183,38,55); }

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

border-color css

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

 span { border-color: rgb(183,38,55); }

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