Html Css Color HEX #B31B3B Cardinal

📋 copy color: '#B31B3B'

red 179 ◦ green 27 ◦ blue 59

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

Shades of Cardinal #B31B3B

Tints of Cardinal #B31B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 67.55%
G = 10.19%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B31B3B (or 0xB31B3B) is known color: Cardinal. HEX triplet: B3, 1B and 3B. RGB value is (179,27,59). Sum of RGB (Red+Green+Blue) = 179+27+59=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B3B is #4CE4C4. Grayscale: #4C4C4C. Windows color (decimal): -5039301 or 3873715. OLE color: 3873715.

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

Color convert

RGB 179 27 59 -
CMYK 0 0.85 0.67 0.30
HSL 347.37º 0.74% 0.4% -
HSV(B) 347.37º 0.85% 0.7% -
XYZ 19.77 10.68 5.16 -
YUV 76.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 179 27 59 0 0.85 0.67 0.30 347.37 0.74 0.4
Hex B3 1B 3B 0 55 43 1E 15B 4A 28
Octal 263 33 73 0 125 103 36 533 112 50
Binary 10110011 11011 111011 0 1010101 1000011 11110 101011011 1001010 101000

Color Harmonies of #B31B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B3B

Black with #B31B3B

Text Example


Text Example

White with #B31B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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