Html Css Color HEX #B71B29 Cardinal

📋 copy color: '#B71B29'

red 183 ◦ green 27 ◦ blue 41

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

Shades of Cardinal #B71B29

Tints of Cardinal #B71B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.76%

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

R = 72.91%
G = 10.76%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71B29 (or 0xB71B29) is known color: Cardinal. HEX triplet: B7, 1B and 29. RGB value is (183,27,41). Sum of RGB (Red+Green+Blue) = 183+27+41=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B29 is #48E4D6. Grayscale: #4B4B4B. Windows color (decimal): -4777175 or 2694071. OLE color: 2694071.

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

Color convert

RGB 183 27 41 -
CMYK 0 0.85 0.78 0.28
HSL 354.62º 0.74% 0.41% -
HSV(B) 354.62º 0.85% 0.72% -
XYZ 20.32 11.01 3.15 -
YUV 75.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 183 27 41 0 0.85 0.78 0.28 354.62 0.74 0.41
Hex B7 1B 29 0 55 4E 1C 163 4A 29
Octal 267 33 51 0 125 116 34 543 112 51
Binary 10110111 11011 101001 0 1010101 1001110 11100 101100011 1001010 101001

Color Harmonies of #B71B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B29

Black with #B71B29

Text Example


Text Example

White with #B71B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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