Html Css Color HEX #B31640 Cardinal

📋 copy color: '#B31640'

red 179 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #B31640

Tints of Cardinal #B31640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 67.55%
G = 8.3%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31640 (or 0xB31640) is known color: Cardinal. HEX triplet: B3, 16 and 40. RGB value is (179,22,64). Sum of RGB (Red+Green+Blue) = 179+22+64=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31640 is #4CE9BF. Grayscale: #494949. Windows color (decimal): -5040576 or 4200115. OLE color: 4200115.

HSL color Cylindrical-coordinate representation of color #B31640: hue angle of 343.95º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31640 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 64 -
CMYK 0 0.88 0.64 0.30
HSL 343.95º 0.78% 0.39% -
HSV(B) 343.95º 0.88% 0.7% -
XYZ 19.8 10.53 5.84 -
YUV 73.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 179 22 64 0 0.88 0.64 0.30 343.95 0.78 0.39
Hex B3 16 40 0 58 40 1E 158 4E 27
Octal 263 26 100 0 130 100 36 530 116 47
Binary 10110011 10110 1000000 0 1011000 1000000 11110 101011000 1001110 100111

Color Harmonies of #B31640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31640

Black with #B31640

Text Example


Text Example

White with #B31640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31640; }

 p { color: rgb(179,22,64); }

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

background-color css

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

 a { background-color: rgb(179,22,64); }

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

border-color css

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

 span { border-color: rgb(179,22,64); }

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