Html Css Color HEX #B81C29 Cardinal

📋 copy color: '#B81C29'

red 184 ◦ green 28 ◦ blue 41

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

Shades of Cardinal #B81C29

Tints of Cardinal #B81C29

RGB

 RED value IS 184 (72.27% from 255) = 72.73%

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

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

R = 72.73%
G = 11.07%
B = 16.21%

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

#B81C29 (or 0xB81C29) is known color: Cardinal. HEX triplet: B8, 1C and 29. RGB value is (184,28,41). Sum of RGB (Red+Green+Blue) = 184+28+41=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C29 is #47E3D6. Grayscale: #4C4C4C. Windows color (decimal): -4711383 or 2694328. OLE color: 2694328.

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

Color convert

RGB 184 28 41 -
CMYK 0 0.85 0.78 0.28
HSL 355º 0.74% 0.42% -
HSV(B) 355º 0.85% 0.72% -
XYZ 20.58 11.18 3.17 -
YUV 76.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 184 28 41 0 0.85 0.78 0.28 355 0.74 0.42
Hex B8 1C 29 0 55 4E 1C 163 4A 2A
Octal 270 34 51 0 125 116 34 543 112 52
Binary 10111000 11100 101001 0 1010101 1001110 11100 101100011 1001010 101010

Color Harmonies of #B81C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C29

Black with #B81C29

Text Example


Text Example

White with #B81C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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