Html Css Color HEX #B81432 Cardinal

📋 copy color: '#B81432'

red 184 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #B81432

Tints of Cardinal #B81432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 72.44%
G = 7.87%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B81432 (or 0xB81432) is known color: Cardinal. HEX triplet: B8, 14 and 32. RGB value is (184,20,50). Sum of RGB (Red+Green+Blue) = 184+20+50=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81432 is #47EBCD. Grayscale: #484848. Windows color (decimal): -4713422 or 3282104. OLE color: 3282104.

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

Color convert

RGB 184 20 50 -
CMYK 0 0.89 0.73 0.28
HSL 349.02º 0.8% 0.4% -
HSV(B) 349.02º 0.89% 0.72% -
XYZ 20.59 10.92 4.04 -
YUV 72.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 184 20 50 0 0.89 0.73 0.28 349.02 0.8 0.4
Hex B8 14 32 0 59 49 1C 15D 50 28
Octal 270 24 62 0 131 111 34 535 120 50
Binary 10111000 10100 110010 0 1011001 1001001 11100 101011101 1010000 101000

Color Harmonies of #B81432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81432

Black with #B81432

Text Example


Text Example

White with #B81432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81432; }

 p { color: rgb(184,20,50); }

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

background-color css

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

 a { background-color: rgb(184,20,50); }

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

border-color css

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

 span { border-color: rgb(184,20,50); }

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