Html Css Color HEX #B71C29 Cardinal

📋 copy color: '#B71C29'

red 183 ◦ green 28 ◦ blue 41

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

Shades of Cardinal #B71C29

Tints of Cardinal #B71C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

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

R = 72.62%
G = 11.11%
B = 16.27%

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

#B71C29 (or 0xB71C29) is known color: Cardinal. HEX triplet: B7, 1C and 29. RGB value is (183,28,41). Sum of RGB (Red+Green+Blue) = 183+28+41=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C29 is #48E3D6. Grayscale: #4B4B4B. Windows color (decimal): -4776919 or 2694327. OLE color: 2694327.

HSL color Cylindrical-coordinate representation of color #B71C29: hue angle of 354.97º degrees, saturation: 0.73, 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 #B71C29 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 41 -
CMYK 0 0.85 0.78 0.28
HSL 354.97º 0.73% 0.41% -
HSV(B) 354.97º 0.85% 0.72% -
XYZ 20.34 11.06 3.16 -
YUV 75.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 183 28 41 0 0.85 0.78 0.28 354.97 0.73 0.41
Hex B7 1C 29 0 55 4E 1C 163 49 29
Octal 267 34 51 0 125 116 34 543 111 51
Binary 10110111 11100 101001 0 1010101 1001110 11100 101100011 1001001 101001

Color Harmonies of #B71C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C29

Black with #B71C29

Text Example


Text Example

White with #B71C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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