Html Css Color HEX #B51240 Cardinal

📋 copy color: '#B51240'

red 181 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #B51240

Tints of Cardinal #B51240

RGB

 RED value IS 181 (71.09% from 255) = 68.82%

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 68.82%
G = 6.84%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B51240 (or 0xB51240) is known color: Cardinal. HEX triplet: B5, 12 and 40. RGB value is (181,18,64). Sum of RGB (Red+Green+Blue) = 181+18+64=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B51240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51240 is #4AEDBF. Grayscale: #474747. Windows color (decimal): -4910528 or 4199093. OLE color: 4199093.

HSL color Cylindrical-coordinate representation of color #B51240: hue angle of 343.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51240 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 64 -
CMYK 0 0.90 0.65 0.29
HSL 343.07º 0.82% 0.39% -
HSV(B) 343.07º 0.9% 0.71% -
XYZ 20.2 10.63 5.84 -
YUV 71.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 181 18 64 0 0.90 0.65 0.29 343.07 0.82 0.39
Hex B5 12 40 0 5A 41 1D 157 52 27
Octal 265 22 100 0 132 101 35 527 122 47
Binary 10110101 10010 1000000 0 1011010 1000001 11101 101010111 1010010 100111

Color Harmonies of #B51240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51240

Black with #B51240

Text Example


Text Example

White with #B51240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51240; }

 p { color: rgb(181,18,64); }

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

background-color css

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

 a { background-color: rgb(181,18,64); }

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

border-color css

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

 span { border-color: rgb(181,18,64); }

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