Html Css Color HEX #B31033 Cardinal

📋 copy color: '#B31033'

red 179 ◦ green 16 ◦ blue 51

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

Shades of Cardinal #B31033

Tints of Cardinal #B31033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 72.76%
G = 6.5%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31033 (or 0xB31033) is known color: Cardinal. HEX triplet: B3, 10 and 33. RGB value is (179,16,51). Sum of RGB (Red+Green+Blue) = 179+16+51=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B31033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31033 is #4CEFCC. Grayscale: #444444. Windows color (decimal): -5042125 or 3346611. OLE color: 3346611.

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

Color convert

RGB 179 16 51 -
CMYK 0 0.91 0.72 0.30
HSL 347.12º 0.84% 0.38% -
HSV(B) 347.12º 0.91% 0.7% -
XYZ 19.37 10.19 4.08 -
YUV 68.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 179 16 51 0 0.91 0.72 0.30 347.12 0.84 0.38
Hex B3 10 33 0 5B 48 1E 15B 54 26
Octal 263 20 63 0 133 110 36 533 124 46
Binary 10110011 10000 110011 0 1011011 1001000 11110 101011011 1010100 100110

Color Harmonies of #B31033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31033

Black with #B31033

Text Example


Text Example

White with #B31033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31033; }

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

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

background-color css

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

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

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

border-color css

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

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

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