Html Css Color HEX #B71229 Cardinal

📋 copy color: '#B71229'

red 183 ◦ green 18 ◦ blue 41

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

Shades of Cardinal #B71229

Tints of Cardinal #B71229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 75.62%
G = 7.44%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71229 (or 0xB71229) is known color: Cardinal. HEX triplet: B7, 12 and 29. RGB value is (183,18,41). Sum of RGB (Red+Green+Blue) = 183+18+41=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B71229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71229 is #48EDD6. Grayscale: #464646. Windows color (decimal): -4779479 or 2691767. OLE color: 2691767.

HSL color Cylindrical-coordinate representation of color #B71229: hue angle of 351.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71229 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 41 -
CMYK 0 0.90 0.78 0.28
HSL 351.64º 0.82% 0.39% -
HSV(B) 351.64º 0.9% 0.72% -
XYZ 20.14 10.66 3.09 -
YUV 69.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 183 18 41 0 0.90 0.78 0.28 351.64 0.82 0.39
Hex B7 12 29 0 5A 4E 1C 160 52 27
Octal 267 22 51 0 132 116 34 540 122 47
Binary 10110111 10010 101001 0 1011010 1001110 11100 101100000 1010010 100111

Color Harmonies of #B71229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71229

Black with #B71229

Text Example


Text Example

White with #B71229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71229; }

 p { color: rgb(183,18,41); }

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

background-color css

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

 a { background-color: rgb(183,18,41); }

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

border-color css

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

 span { border-color: rgb(183,18,41); }

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