Html Css Color HEX #B81729 Cardinal

📋 copy color: '#B81729'

red 184 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #B81729

Tints of Cardinal #B81729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 74.19%
G = 9.27%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81729 (or 0xB81729) is known color: Cardinal. HEX triplet: B8, 17 and 29. RGB value is (184,23,41). Sum of RGB (Red+Green+Blue) = 184+23+41=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B81729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81729 is #47E8D6. Grayscale: #494949. Windows color (decimal): -4712663 or 2693048. OLE color: 2693048.

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

Color convert

RGB 184 23 41 -
CMYK 0 0.88 0.78 0.28
HSL 353.29º 0.78% 0.41% -
HSV(B) 353.29º 0.88% 0.72% -
XYZ 20.47 10.96 3.13 -
YUV 73.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 184 23 41 0 0.88 0.78 0.28 353.29 0.78 0.41
Hex B8 17 29 0 58 4E 1C 161 4E 29
Octal 270 27 51 0 130 116 34 541 116 51
Binary 10111000 10111 101001 0 1011000 1001110 11100 101100001 1001110 101001

Color Harmonies of #B81729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81729

Black with #B81729

Text Example


Text Example

White with #B81729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81729; }

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

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

background-color css

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

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

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

border-color css

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

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

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