Html Css Color HEX #B72632 Cardinal

📋 copy color: '#B72632'

red 183 ◦ green 38 ◦ blue 50

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

Shades of Cardinal #B72632

Tints of Cardinal #B72632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 67.53%
G = 14.02%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B72632 (or 0xB72632) is known color: Cardinal. HEX triplet: B7, 26 and 32. RGB value is (183,38,50). Sum of RGB (Red+Green+Blue) = 183+38+50=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72632 is #48D9CD. Grayscale: #525252. Windows color (decimal): -4774350 or 3286711. OLE color: 3286711.

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

Color convert

RGB 183 38 50 -
CMYK 0 0.79 0.73 0.28
HSL 355.03º 0.66% 0.43% -
HSV(B) 355.03º 0.79% 0.72% -
XYZ 20.8 11.68 4.18 -
YUV 82.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 183 38 50 0 0.79 0.73 0.28 355.03 0.66 0.43
Hex B7 26 32 0 4F 49 1C 163 42 2B
Octal 267 46 62 0 117 111 34 543 102 53
Binary 10110111 100110 110010 0 1001111 1001001 11100 101100011 1000010 101011

Color Harmonies of #B72632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72632

Black with #B72632

Text Example


Text Example

White with #B72632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72632; }

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

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

background-color css

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

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

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

border-color css

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

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

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