Html Css Color HEX #B81030 Cardinal

📋 copy color: '#B81030'

red 184 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #B81030

Tints of Cardinal #B81030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 74.19%
G = 6.45%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B81030 (or 0xB81030) is known color: Cardinal. HEX triplet: B8, 10 and 30. RGB value is (184,16,48). Sum of RGB (Red+Green+Blue) = 184+16+48=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B81030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81030 is #47EFCF. Grayscale: #454545. Windows color (decimal): -4714448 or 3150008. OLE color: 3150008.

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

Color convert

RGB 184 16 48 -
CMYK 0 0.91 0.74 0.28
HSL 348.57º 0.84% 0.39% -
HSV(B) 348.57º 0.91% 0.72% -
XYZ 20.49 10.77 3.8 -
YUV 69.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 184 16 48 0 0.91 0.74 0.28 348.57 0.84 0.39
Hex B8 10 30 0 5B 4A 1C 15D 54 27
Octal 270 20 60 0 133 112 34 535 124 47
Binary 10111000 10000 110000 0 1011011 1001010 11100 101011101 1010100 100111

Color Harmonies of #B81030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81030

Black with #B81030

Text Example


Text Example

White with #B81030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81030; }

 p { color: rgb(184,16,48); }

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

background-color css

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

 a { background-color: rgb(184,16,48); }

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

border-color css

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

 span { border-color: rgb(184,16,48); }

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