Html Css Color HEX #B31B2B Cardinal

📋 copy color: '#B31B2B'

red 179 ◦ green 27 ◦ blue 43

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

Shades of Cardinal #B31B2B

Tints of Cardinal #B31B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 71.89%
G = 10.84%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B31B2B (or 0xB31B2B) is known color: Cardinal. HEX triplet: B3, 1B and 2B. RGB value is (179,27,43). Sum of RGB (Red+Green+Blue) = 179+27+43=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B2B is #4CE4D4. Grayscale: #4A4A4A. Windows color (decimal): -5039317 or 2825139. OLE color: 2825139.

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

Color convert

RGB 179 27 43 -
CMYK 0 0.85 0.76 0.30
HSL 353.68º 0.74% 0.4% -
HSV(B) 353.68º 0.85% 0.7% -
XYZ 19.42 10.54 3.3 -
YUV 74.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 179 27 43 0 0.85 0.76 0.30 353.68 0.74 0.4
Hex B3 1B 2B 0 55 4C 1E 162 4A 28
Octal 263 33 53 0 125 114 36 542 112 50
Binary 10110011 11011 101011 0 1010101 1001100 11110 101100010 1001010 101000

Color Harmonies of #B31B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B2B

Black with #B31B2B

Text Example


Text Example

White with #B31B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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