Html Css Color HEX #B31933 Cardinal

📋 copy color: '#B31933'

red 179 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #B31933

Tints of Cardinal #B31933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 70.2%
G = 9.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31933 (or 0xB31933) is known color: Cardinal. HEX triplet: B3, 19 and 33. RGB value is (179,25,51). Sum of RGB (Red+Green+Blue) = 179+25+51=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B31933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31933 is #4CE6CC. Grayscale: #4A4A4A. Windows color (decimal): -5039821 or 3348915. OLE color: 3348915.

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

Color convert

RGB 179 25 51 -
CMYK 0 0.86 0.72 0.30
HSL 349.87º 0.75% 0.4% -
HSV(B) 349.87º 0.86% 0.7% -
XYZ 19.54 10.52 4.13 -
YUV 74.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 179 25 51 0 0.86 0.72 0.30 349.87 0.75 0.4
Hex B3 19 33 0 56 48 1E 15E 4B 28
Octal 263 31 63 0 126 110 36 536 113 50
Binary 10110011 11001 110011 0 1010110 1001000 11110 101011110 1001011 101000

Color Harmonies of #B31933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31933

Black with #B31933

Text Example


Text Example

White with #B31933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31933; }

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

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

background-color css

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

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

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

border-color css

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

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

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