Html Css Color HEX #B31F3E Cardinal

📋 copy color: '#B31F3E'

red 179 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #B31F3E

Tints of Cardinal #B31F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

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

R = 65.81%
G = 11.4%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B31F3E (or 0xB31F3E) is known color: Cardinal. HEX triplet: B3, 1F and 3E. RGB value is (179,31,62). Sum of RGB (Red+Green+Blue) = 179+31+62=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31F3E is #4CE0C1. Grayscale: #4E4E4E. Windows color (decimal): -5038274 or 4071347. OLE color: 4071347.

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

Color convert

RGB 179 31 62 -
CMYK 0 0.83 0.65 0.30
HSL 347.43º 0.7% 0.41% -
HSV(B) 347.43º 0.83% 0.7% -
XYZ 19.95 10.91 5.61 -
YUV 78.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 179 31 62 0 0.83 0.65 0.30 347.43 0.7 0.41
Hex B3 1F 3E 0 53 41 1E 15B 46 29
Octal 263 37 76 0 123 101 36 533 106 51
Binary 10110011 11111 111110 0 1010011 1000001 11110 101011011 1000110 101001

Color Harmonies of #B31F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F3E

Black with #B31F3E

Text Example


Text Example

White with #B31F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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