Html Css Color HEX #B31734 Cardinal

📋 copy color: '#B31734'

red 179 ◦ green 23 ◦ blue 52

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

Shades of Cardinal #B31734

Tints of Cardinal #B31734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 70.47%
G = 9.06%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B31734 (or 0xB31734) is known color: Cardinal. HEX triplet: B3, 17 and 34. RGB value is (179,23,52). Sum of RGB (Red+Green+Blue) = 179+23+52=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31734 is #4CE8CB. Grayscale: #484848. Windows color (decimal): -5040332 or 3413939. OLE color: 3413939.

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

Color convert

RGB 179 23 52 -
CMYK 0 0.87 0.71 0.30
HSL 348.85º 0.77% 0.4% -
HSV(B) 348.85º 0.87% 0.7% -
XYZ 19.52 10.44 4.24 -
YUV 72.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 179 23 52 0 0.87 0.71 0.30 348.85 0.77 0.4
Hex B3 17 34 0 57 47 1E 15D 4D 28
Octal 263 27 64 0 127 107 36 535 115 50
Binary 10110011 10111 110100 0 1010111 1000111 11110 101011101 1001101 101000

Color Harmonies of #B31734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31734

Black with #B31734

Text Example


Text Example

White with #B31734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31734; }

 p { color: rgb(179,23,52); }

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

background-color css

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

 a { background-color: rgb(179,23,52); }

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

border-color css

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

 span { border-color: rgb(179,23,52); }

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