Html Css Color HEX #B71429 Cardinal

📋 copy color: '#B71429'

red 183 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #B71429

Tints of Cardinal #B71429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

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

R = 75%
G = 8.2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71429 (or 0xB71429) is known color: Cardinal. HEX triplet: B7, 14 and 29. RGB value is (183,20,41). Sum of RGB (Red+Green+Blue) = 183+20+41=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B71429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71429 is #48EBD6. Grayscale: #474747. Windows color (decimal): -4778967 or 2692279. OLE color: 2692279.

HSL color Cylindrical-coordinate representation of color #B71429: hue angle of 352.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71429 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 41 -
CMYK 0 0.89 0.78 0.28
HSL 352.27º 0.8% 0.4% -
HSV(B) 352.27º 0.89% 0.72% -
XYZ 20.18 10.73 3.1 -
YUV 71.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 183 20 41 0 0.89 0.78 0.28 352.27 0.8 0.4
Hex B7 14 29 0 59 4E 1C 160 50 28
Octal 267 24 51 0 131 116 34 540 120 50
Binary 10110111 10100 101001 0 1011001 1001110 11100 101100000 1010000 101000

Color Harmonies of #B71429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71429

Black with #B71429

Text Example


Text Example

White with #B71429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71429; }

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

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

background-color css

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

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

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

border-color css

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

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

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