Html Css Color HEX #B81728 Cardinal

📋 copy color: '#B81728'

red 184 ◦ green 23 ◦ blue 40

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

Shades of Cardinal #B81728

Tints of Cardinal #B81728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 74.49%
G = 9.31%
B = 16.19%

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

#B81728 (or 0xB81728) is known color: Cardinal. HEX triplet: B8, 17 and 28. RGB value is (184,23,40). Sum of RGB (Red+Green+Blue) = 184+23+40=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B81728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81728 is #47E8D7. Grayscale: #494949. Windows color (decimal): -4712664 or 2627512. OLE color: 2627512.

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

Color convert

RGB 184 23 40 -
CMYK 0 0.88 0.78 0.28
HSL 353.66º 0.78% 0.41% -
HSV(B) 353.66º 0.88% 0.72% -
XYZ 20.46 10.96 3.04 -
YUV 73.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 184 23 40 0 0.88 0.78 0.28 353.66 0.78 0.41
Hex B8 17 28 0 58 4E 1C 162 4E 29
Octal 270 27 50 0 130 116 34 542 116 51
Binary 10111000 10111 101000 0 1011000 1001110 11100 101100010 1001110 101001

Color Harmonies of #B81728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81728

Black with #B81728

Text Example


Text Example

White with #B81728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81728; }

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

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

background-color css

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

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

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

border-color css

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

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

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