Html Css Color HEX #B31C3E Cardinal

📋 copy color: '#B31C3E'

red 179 ◦ green 28 ◦ blue 62

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

Shades of Cardinal #B31C3E

Tints of Cardinal #B31C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 66.54%
G = 10.41%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B31C3E (or 0xB31C3E) is known color: Cardinal. HEX triplet: B3, 1C and 3E. RGB value is (179,28,62). Sum of RGB (Red+Green+Blue) = 179+28+62=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C3E is #4CE3C1. Grayscale: #4D4D4D. Windows color (decimal): -5039042 or 4070579. OLE color: 4070579.

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

Color convert

RGB 179 28 62 -
CMYK 0 0.84 0.65 0.30
HSL 346.49º 0.73% 0.41% -
HSV(B) 346.49º 0.84% 0.7% -
XYZ 19.88 10.76 5.59 -
YUV 77.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 179 28 62 0 0.84 0.65 0.30 346.49 0.73 0.41
Hex B3 1C 3E 0 54 41 1E 15A 49 29
Octal 263 34 76 0 124 101 36 532 111 51
Binary 10110011 11100 111110 0 1010100 1000001 11110 101011010 1001001 101001

Color Harmonies of #B31C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C3E

Black with #B31C3E

Text Example


Text Example

White with #B31C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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