Html Css Color HEX #B51140 Cardinal

📋 copy color: '#B51140'

red 181 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #B51140

Tints of Cardinal #B51140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

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

R = 69.08%
G = 6.49%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B51140 (or 0xB51140) is known color: Cardinal. HEX triplet: B5, 11 and 40. RGB value is (181,17,64). Sum of RGB (Red+Green+Blue) = 181+17+64=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B51140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51140 is #4AEEBF. Grayscale: #474747. Windows color (decimal): -4910784 or 4198837. OLE color: 4198837.

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

Color convert

RGB 181 17 64 -
CMYK 0 0.91 0.65 0.29
HSL 342.8º 0.83% 0.39% -
HSV(B) 342.8º 0.91% 0.71% -
XYZ 20.18 10.59 5.83 -
YUV 71.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 181 17 64 0 0.91 0.65 0.29 342.8 0.83 0.39
Hex B5 11 40 0 5B 41 1D 157 53 27
Octal 265 21 100 0 133 101 35 527 123 47
Binary 10110101 10001 1000000 0 1011011 1000001 11101 101010111 1010011 100111

Color Harmonies of #B51140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51140

Black with #B51140

Text Example


Text Example

White with #B51140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51140; }

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

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

background-color css

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

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

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

border-color css

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

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

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