Html Css Color HEX #B31B3E Cardinal

📋 copy color: '#B31B3E'

red 179 ◦ green 27 ◦ blue 62

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

Shades of Cardinal #B31B3E

Tints of Cardinal #B31B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 66.79%
G = 10.07%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B31B3E (or 0xB31B3E) is known color: Cardinal. HEX triplet: B3, 1B and 3E. RGB value is (179,27,62). Sum of RGB (Red+Green+Blue) = 179+27+62=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B3E is #4CE4C1. Grayscale: #4C4C4C. Windows color (decimal): -5039298 or 4070323. OLE color: 4070323.

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

Color convert

RGB 179 27 62 -
CMYK 0 0.85 0.65 0.30
HSL 346.18º 0.74% 0.4% -
HSV(B) 346.18º 0.85% 0.7% -
XYZ 19.85 10.72 5.58 -
YUV 76.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 179 27 62 0 0.85 0.65 0.30 346.18 0.74 0.4
Hex B3 1B 3E 0 55 41 1E 15A 4A 28
Octal 263 33 76 0 125 101 36 532 112 50
Binary 10110011 11011 111110 0 1010101 1000001 11110 101011010 1001010 101000

Color Harmonies of #B31B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B3E

Black with #B31B3E

Text Example


Text Example

White with #B31B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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