Html Css Color HEX #B31B32 Cardinal

📋 copy color: '#B31B32'

red 179 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #B31B32

Tints of Cardinal #B31B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.55%

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

R = 69.92%
G = 10.55%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31B32 (or 0xB31B32) is known color: Cardinal. HEX triplet: B3, 1B and 32. RGB value is (179,27,50). Sum of RGB (Red+Green+Blue) = 179+27+50=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B32 is #4CE4CD. Grayscale: #4B4B4B. Windows color (decimal): -5039310 or 3283891. OLE color: 3283891.

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

Color convert

RGB 179 27 50 -
CMYK 0 0.85 0.72 0.30
HSL 350.92º 0.74% 0.4% -
HSV(B) 350.92º 0.85% 0.7% -
XYZ 19.56 10.6 4.03 -
YUV 75.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 179 27 50 0 0.85 0.72 0.30 350.92 0.74 0.4
Hex B3 1B 32 0 55 48 1E 15F 4A 28
Octal 263 33 62 0 125 110 36 537 112 50
Binary 10110011 11011 110010 0 1010101 1001000 11110 101011111 1001010 101000

Color Harmonies of #B31B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B32

Black with #B31B32

Text Example


Text Example

White with #B31B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B32; }

 p { color: rgb(179,27,50); }

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

background-color css

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

 a { background-color: rgb(179,27,50); }

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

border-color css

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

 span { border-color: rgb(179,27,50); }

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