Html Css Color HEX #B31841 Cardinal

📋 copy color: '#B31841'

red 179 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #B31841

Tints of Cardinal #B31841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 66.79%
G = 8.96%
B = 24.25%

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

#B31841 (or 0xB31841) is known color: Cardinal. HEX triplet: B3, 18 and 41. RGB value is (179,24,65). Sum of RGB (Red+Green+Blue) = 179+24+65=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31841 is #4CE7BE. Grayscale: #4B4B4B. Windows color (decimal): -5040063 or 4266163. OLE color: 4266163.

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

Color convert

RGB 179 24 65 -
CMYK 0 0.87 0.64 0.30
HSL 344.13º 0.76% 0.4% -
HSV(B) 344.13º 0.87% 0.7% -
XYZ 19.87 10.62 6 -
YUV 75.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 179 24 65 0 0.87 0.64 0.30 344.13 0.76 0.4
Hex B3 18 41 0 57 40 1E 158 4C 28
Octal 263 30 101 0 127 100 36 530 114 50
Binary 10110011 11000 1000001 0 1010111 1000000 11110 101011000 1001100 101000

Color Harmonies of #B31841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31841

Black with #B31841

Text Example


Text Example

White with #B31841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31841; }

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

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

background-color css

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

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

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

border-color css

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

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

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