Html Css Color HEX #B81632 Cardinal

📋 copy color: '#B81632'

red 184 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #B81632

Tints of Cardinal #B81632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 71.88%
G = 8.59%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B81632 (or 0xB81632) is known color: Cardinal. HEX triplet: B8, 16 and 32. RGB value is (184,22,50). Sum of RGB (Red+Green+Blue) = 184+22+50=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B81632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81632 is #47E9CD. Grayscale: #494949. Windows color (decimal): -4712910 or 3282616. OLE color: 3282616.

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

Color convert

RGB 184 22 50 -
CMYK 0 0.88 0.73 0.28
HSL 349.63º 0.79% 0.4% -
HSV(B) 349.63º 0.88% 0.72% -
XYZ 20.63 10.99 4.05 -
YUV 73.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 184 22 50 0 0.88 0.73 0.28 349.63 0.79 0.4
Hex B8 16 32 0 58 49 1C 15E 4F 28
Octal 270 26 62 0 130 111 34 536 117 50
Binary 10111000 10110 110010 0 1011000 1001001 11100 101011110 1001111 101000

Color Harmonies of #B81632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81632

Black with #B81632

Text Example


Text Example

White with #B81632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81632; }

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

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

background-color css

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

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

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

border-color css

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

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

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