Html Css Color HEX #B31B2C Cardinal

📋 copy color: '#B31B2C'

red 179 ◦ green 27 ◦ blue 44

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

Shades of Cardinal #B31B2C

Tints of Cardinal #B31B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 71.6%
G = 10.8%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B31B2C (or 0xB31B2C) is known color: Cardinal. HEX triplet: B3, 1B and 2C. RGB value is (179,27,44). Sum of RGB (Red+Green+Blue) = 179+27+44=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B2C is #4CE4D3. Grayscale: #4A4A4A. Windows color (decimal): -5039316 or 2890675. OLE color: 2890675.

HSL color Cylindrical-coordinate representation of color #B31B2C: hue angle of 353.29º 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 #B31B2C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 27 44 -
CMYK 0 0.85 0.75 0.30
HSL 353.29º 0.74% 0.4% -
HSV(B) 353.29º 0.85% 0.7% -
XYZ 19.44 10.55 3.39 -
YUV 74.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 179 27 44 0 0.85 0.75 0.30 353.29 0.74 0.4
Hex B3 1B 2C 0 55 4B 1E 161 4A 28
Octal 263 33 54 0 125 113 36 541 112 50
Binary 10110011 11011 101100 0 1010101 1001011 11110 101100001 1001010 101000

Color Harmonies of #B31B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B2C

Black with #B31B2C

Text Example


Text Example

White with #B31B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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