Html Css Color HEX #B31D2E Cardinal

📋 copy color: '#B31D2E'

red 179 ◦ green 29 ◦ blue 46

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

Shades of Cardinal #B31D2E

Tints of Cardinal #B31D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 70.47%
G = 11.42%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B31D2E (or 0xB31D2E) is known color: Cardinal. HEX triplet: B3, 1D and 2E. RGB value is (179,29,46). Sum of RGB (Red+Green+Blue) = 179+29+46=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D2E is #4CE2D1. Grayscale: #4B4B4B. Windows color (decimal): -5038802 or 3022259. OLE color: 3022259.

HSL color Cylindrical-coordinate representation of color #B31D2E: hue angle of 353.2º degrees, saturation: 0.72, 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 #B31D2E is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 29 46 -
CMYK 0 0.84 0.74 0.30
HSL 353.2º 0.72% 0.41% -
HSV(B) 353.2º 0.84% 0.7% -
XYZ 19.52 10.66 3.61 -
YUV 75.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 179 29 46 0 0.84 0.74 0.30 353.2 0.72 0.41
Hex B3 1D 2E 0 54 4A 1E 161 48 29
Octal 263 35 56 0 124 112 36 541 110 51
Binary 10110011 11101 101110 0 1010100 1001010 11110 101100001 1001000 101001

Color Harmonies of #B31D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D2E

Black with #B31D2E

Text Example


Text Example

White with #B31D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D2E; }

 p { color: rgb(179,29,46); }

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

background-color css

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

 a { background-color: rgb(179,29,46); }

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

border-color css

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

 span { border-color: rgb(179,29,46); }

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