Html Css Color HEX #B31833 Cardinal

📋 copy color: '#B31833'

red 179 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #B31833

Tints of Cardinal #B31833

RGB

 RED value IS 179 (70.31% from 255) = 70.47%

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 70.47%
G = 9.45%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31833 (or 0xB31833) is known color: Cardinal. HEX triplet: B3, 18 and 33. RGB value is (179,24,51). Sum of RGB (Red+Green+Blue) = 179+24+51=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31833 is #4CE7CC. Grayscale: #494949. Windows color (decimal): -5040077 or 3348659. OLE color: 3348659.

HSL color Cylindrical-coordinate representation of color #B31833: hue angle of 349.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31833 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 51 -
CMYK 0 0.87 0.72 0.30
HSL 349.55º 0.76% 0.4% -
HSV(B) 349.55º 0.87% 0.7% -
XYZ 19.51 10.48 4.13 -
YUV 73.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 179 24 51 0 0.87 0.72 0.30 349.55 0.76 0.4
Hex B3 18 33 0 57 48 1E 15E 4C 28
Octal 263 30 63 0 127 110 36 536 114 50
Binary 10110011 11000 110011 0 1010111 1001000 11110 101011110 1001100 101000

Color Harmonies of #B31833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31833

Black with #B31833

Text Example


Text Example

White with #B31833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31833; }

 p { color: rgb(179,24,51); }

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

background-color css

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

 a { background-color: rgb(179,24,51); }

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

border-color css

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

 span { border-color: rgb(179,24,51); }

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