Html Css Color HEX #B31C2F Cardinal

📋 copy color: '#B31C2F'

red 179 ◦ green 28 ◦ blue 47

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

Shades of Cardinal #B31C2F

Tints of Cardinal #B31C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 70.47%
G = 11.02%
B = 18.5%

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

#B31C2F (or 0xB31C2F) is known color: Cardinal. HEX triplet: B3, 1C and 2F. RGB value is (179,28,47). Sum of RGB (Red+Green+Blue) = 179+28+47=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C2F is #4CE3D0. Grayscale: #4B4B4B. Windows color (decimal): -5039057 or 3087539. OLE color: 3087539.

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

Color convert

RGB 179 28 47 -
CMYK 0 0.84 0.74 0.30
HSL 352.45º 0.73% 0.41% -
HSV(B) 352.45º 0.84% 0.7% -
XYZ 19.52 10.62 3.71 -
YUV 75.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 179 28 47 0 0.84 0.74 0.30 352.45 0.73 0.41
Hex B3 1C 2F 0 54 4A 1E 160 49 29
Octal 263 34 57 0 124 112 36 540 111 51
Binary 10110011 11100 101111 0 1010100 1001010 11110 101100000 1001001 101001

Color Harmonies of #B31C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C2F

Black with #B31C2F

Text Example


Text Example

White with #B31C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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