Html Css Color HEX #B81530 Cardinal

📋 copy color: '#B81530'

red 184 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #B81530

Tints of Cardinal #B81530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

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

R = 72.73%
G = 8.3%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B81530 (or 0xB81530) is known color: Cardinal. HEX triplet: B8, 15 and 30. RGB value is (184,21,48). Sum of RGB (Red+Green+Blue) = 184+21+48=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B81530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81530 is #47EACF. Grayscale: #484848. Windows color (decimal): -4713168 or 3151288. OLE color: 3151288.

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

Color convert

RGB 184 21 48 -
CMYK 0 0.89 0.74 0.28
HSL 350.06º 0.8% 0.4% -
HSV(B) 350.06º 0.89% 0.72% -
XYZ 20.57 10.94 3.82 -
YUV 72.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 184 21 48 0 0.89 0.74 0.28 350.06 0.8 0.4
Hex B8 15 30 0 59 4A 1C 15E 50 28
Octal 270 25 60 0 131 112 34 536 120 50
Binary 10111000 10101 110000 0 1011001 1001010 11100 101011110 1010000 101000

Color Harmonies of #B81530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81530

Black with #B81530

Text Example


Text Example

White with #B81530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81530; }

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

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

background-color css

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

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

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

border-color css

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

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

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