Html Css Color HEX #B31741 Cardinal

📋 copy color: '#B31741'

red 179 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #B31741

Tints of Cardinal #B31741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 67.04%
G = 8.61%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31741 (or 0xB31741) is known color: Cardinal. HEX triplet: B3, 17 and 41. RGB value is (179,23,65). Sum of RGB (Red+Green+Blue) = 179+23+65=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B31741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31741 is #4CE8BE. Grayscale: #4A4A4A. Windows color (decimal): -5040319 or 4265907. OLE color: 4265907.

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

Color convert

RGB 179 23 65 -
CMYK 0 0.87 0.64 0.30
HSL 343.85º 0.77% 0.4% -
HSV(B) 343.85º 0.87% 0.7% -
XYZ 19.85 10.58 6 -
YUV 74.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 179 23 65 0 0.87 0.64 0.30 343.85 0.77 0.4
Hex B3 17 41 0 57 40 1E 158 4D 28
Octal 263 27 101 0 127 100 36 530 115 50
Binary 10110011 10111 1000001 0 1010111 1000000 11110 101011000 1001101 101000

Color Harmonies of #B31741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31741

Black with #B31741

Text Example


Text Example

White with #B31741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31741; }

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

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

background-color css

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

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

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

border-color css

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

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

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