Html Css Color HEX #B31B2F Cardinal

📋 copy color: '#B31B2F'

red 179 ◦ green 27 ◦ blue 47

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

Shades of Cardinal #B31B2F

Tints of Cardinal #B31B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.67%

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

R = 70.75%
G = 10.67%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B31B2F (or 0xB31B2F) is known color: Cardinal. HEX triplet: B3, 1B and 2F. RGB value is (179,27,47). Sum of RGB (Red+Green+Blue) = 179+27+47=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B2F is #4CE4D0. Grayscale: #4A4A4A. Windows color (decimal): -5039313 or 3087283. OLE color: 3087283.

HSL color Cylindrical-coordinate representation of color #B31B2F: hue angle of 352.11º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B2F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 27 47 -
CMYK 0 0.85 0.74 0.30
HSL 352.11º 0.74% 0.4% -
HSV(B) 352.11º 0.85% 0.7% -
XYZ 19.5 10.57 3.7 -
YUV 74.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 179 27 47 0 0.85 0.74 0.30 352.11 0.74 0.4
Hex B3 1B 2F 0 55 4A 1E 160 4A 28
Octal 263 33 57 0 125 112 36 540 112 50
Binary 10110011 11011 101111 0 1010101 1001010 11110 101100000 1001010 101000

Color Harmonies of #B31B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B2F

Black with #B31B2F

Text Example


Text Example

White with #B31B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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