Html Css Color HEX #B71829 Cardinal

📋 copy color: '#B71829'

red 183 ◦ green 24 ◦ blue 41

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

Shades of Cardinal #B71829

Tints of Cardinal #B71829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 73.79%
G = 9.68%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71829 (or 0xB71829) is known color: Cardinal. HEX triplet: B7, 18 and 29. RGB value is (183,24,41). Sum of RGB (Red+Green+Blue) = 183+24+41=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B71829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71829 is #48E7D6. Grayscale: #494949. Windows color (decimal): -4777943 or 2693303. OLE color: 2693303.

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

Color convert

RGB 183 24 41 -
CMYK 0 0.87 0.78 0.28
HSL 353.58º 0.77% 0.41% -
HSV(B) 353.58º 0.87% 0.72% -
XYZ 20.26 10.88 3.13 -
YUV 73.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 183 24 41 0 0.87 0.78 0.28 353.58 0.77 0.41
Hex B7 18 29 0 57 4E 1C 162 4D 29
Octal 267 30 51 0 127 116 34 542 115 51
Binary 10110111 11000 101001 0 1010111 1001110 11100 101100010 1001101 101001

Color Harmonies of #B71829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71829

Black with #B71829

Text Example


Text Example

White with #B71829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71829; }

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

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

background-color css

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

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

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

border-color css

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

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

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