Html Css Color HEX #B72328 Cardinal

📋 copy color: '#B72328'

red 183 ◦ green 35 ◦ blue 40

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

Shades of Cardinal #B72328

Tints of Cardinal #B72328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 70.93%
G = 13.57%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72328 (or 0xB72328) is known color: Cardinal. HEX triplet: B7, 23 and 28. RGB value is (183,35,40). Sum of RGB (Red+Green+Blue) = 183+35+40=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B72328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72328 is #48DCD7. Grayscale: #4F4F4F. Windows color (decimal): -4775128 or 2630583. OLE color: 2630583.

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

Color convert

RGB 183 35 40 -
CMYK 0 0.81 0.78 0.28
HSL 357.97º 0.68% 0.43% -
HSV(B) 357.97º 0.81% 0.72% -
XYZ 20.51 11.42 3.13 -
YUV 79.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 183 35 40 0 0.81 0.78 0.28 357.97 0.68 0.43
Hex B7 23 28 0 51 4E 1C 166 44 2B
Octal 267 43 50 0 121 116 34 546 104 53
Binary 10110111 100011 101000 0 1010001 1001110 11100 101100110 1000100 101011

Color Harmonies of #B72328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72328

Black with #B72328

Text Example


Text Example

White with #B72328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72328; }

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

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

background-color css

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

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

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

border-color css

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

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

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