Html Css Color HEX #B31B40 Cardinal

📋 copy color: '#B31B40'

red 179 ◦ green 27 ◦ blue 64

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

Shades of Cardinal #B31B40

Tints of Cardinal #B31B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 66.3%
G = 10%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31B40 (or 0xB31B40) is known color: Cardinal. HEX triplet: B3, 1B and 40. RGB value is (179,27,64). Sum of RGB (Red+Green+Blue) = 179+27+64=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B40 is #4CE4BF. Grayscale: #4C4C4C. Windows color (decimal): -5039296 or 4201395. OLE color: 4201395.

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

Color convert

RGB 179 27 64 -
CMYK 0 0.85 0.64 0.30
HSL 345.39º 0.74% 0.4% -
HSV(B) 345.39º 0.85% 0.7% -
XYZ 19.91 10.74 5.87 -
YUV 76.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 179 27 64 0 0.85 0.64 0.30 345.39 0.74 0.4
Hex B3 1B 40 0 55 40 1E 159 4A 28
Octal 263 33 100 0 125 100 36 531 112 50
Binary 10110011 11011 1000000 0 1010101 1000000 11110 101011001 1001010 101000

Color Harmonies of #B31B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B40

Black with #B31B40

Text Example


Text Example

White with #B31B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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