Html Css Color HEX #B31E2B Cardinal

📋 copy color: '#B31E2B'

red 179 ◦ green 30 ◦ blue 43

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

Shades of Cardinal #B31E2B

Tints of Cardinal #B31E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 71.03%
G = 11.9%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B31E2B (or 0xB31E2B) is known color: Cardinal. HEX triplet: B3, 1E and 2B. RGB value is (179,30,43). Sum of RGB (Red+Green+Blue) = 179+30+43=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E2B is #4CE1D4. Grayscale: #4C4C4C. Windows color (decimal): -5038549 or 2825907. OLE color: 2825907.

HSL color Cylindrical-coordinate representation of color #B31E2B: hue angle of 354.77º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E2B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 30 43 -
CMYK 0 0.83 0.76 0.30
HSL 354.77º 0.71% 0.41% -
HSV(B) 354.77º 0.83% 0.7% -
XYZ 19.49 10.69 3.32 -
YUV 76.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 179 30 43 0 0.83 0.76 0.30 354.77 0.71 0.41
Hex B3 1E 2B 0 53 4C 1E 163 47 29
Octal 263 36 53 0 123 114 36 543 107 51
Binary 10110011 11110 101011 0 1010011 1001100 11110 101100011 1000111 101001

Color Harmonies of #B31E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E2B

Black with #B31E2B

Text Example


Text Example

White with #B31E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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