Html Css Color HEX #B72143 Cardinal

📋 copy color: '#B72143'

red 183 ◦ green 33 ◦ blue 67

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

Shades of Cardinal #B72143

Tints of Cardinal #B72143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 64.66%
G = 11.66%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72143 (or 0xB72143) is known color: Cardinal. HEX triplet: B7, 21 and 43. RGB value is (183,33,67). Sum of RGB (Red+Green+Blue) = 183+33+67=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B72143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72143 is #48DEBC. Grayscale: #515151. Windows color (decimal): -4775613 or 4399543. OLE color: 4399543.

HSL color Cylindrical-coordinate representation of color #B72143: hue angle of 346.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72143 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 67 -
CMYK 0 0.82 0.63 0.28
HSL 346.4º 0.69% 0.42% -
HSV(B) 346.4º 0.82% 0.72% -
XYZ 21.09 11.56 6.43 -
YUV 81.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 183 33 67 0 0.82 0.63 0.28 346.4 0.69 0.42
Hex B7 21 43 0 52 3F 1C 15A 45 2A
Octal 267 41 103 0 122 77 34 532 105 52
Binary 10110111 100001 1000011 0 1010010 111111 11100 101011010 1000101 101010

Color Harmonies of #B72143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72143

Black with #B72143

Text Example


Text Example

White with #B72143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72143; }

 p { color: rgb(183,33,67); }

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

background-color css

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

 a { background-color: rgb(183,33,67); }

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

border-color css

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

 span { border-color: rgb(183,33,67); }

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