Html Css Color HEX #B31738 Cardinal

📋 copy color: '#B31738'

red 179 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #B31738

Tints of Cardinal #B31738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 69.38%
G = 8.91%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B31738 (or 0xB31738) is known color: Cardinal. HEX triplet: B3, 17 and 38. RGB value is (179,23,56). Sum of RGB (Red+Green+Blue) = 179+23+56=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B31738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31738 is #4CE8C7. Grayscale: #494949. Windows color (decimal): -5040328 or 3676083. OLE color: 3676083.

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

Color convert

RGB 179 23 56 -
CMYK 0 0.87 0.69 0.30
HSL 347.31º 0.77% 0.4% -
HSV(B) 347.31º 0.87% 0.7% -
XYZ 19.61 10.48 4.73 -
YUV 73.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 179 23 56 0 0.87 0.69 0.30 347.31 0.77 0.4
Hex B3 17 38 0 57 45 1E 15B 4D 28
Octal 263 27 70 0 127 105 36 533 115 50
Binary 10110011 10111 111000 0 1010111 1000101 11110 101011011 1001101 101000

Color Harmonies of #B31738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31738

Black with #B31738

Text Example


Text Example

White with #B31738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31738; }

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

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

background-color css

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

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

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

border-color css

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

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

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