Html Css Color HEX #B51530 Cardinal

📋 copy color: '#B51530'

red 181 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #B51530

Tints of Cardinal #B51530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 72.4%
G = 8.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B51530 (or 0xB51530) is known color: Cardinal. HEX triplet: B5, 15 and 30. RGB value is (181,21,48). Sum of RGB (Red+Green+Blue) = 181+21+48=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B51530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51530 is #4AEACF. Grayscale: #474747. Windows color (decimal): -4909776 or 3151285. OLE color: 3151285.

HSL color Cylindrical-coordinate representation of color #B51530: hue angle of 349.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51530 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 48 -
CMYK 0 0.88 0.73 0.29
HSL 349.88º 0.79% 0.4% -
HSV(B) 349.88º 0.88% 0.71% -
XYZ 19.86 10.57 3.79 -
YUV 71.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 181 21 48 0 0.88 0.73 0.29 349.88 0.79 0.4
Hex B5 15 30 0 58 49 1D 15E 4F 28
Octal 265 25 60 0 130 111 35 536 117 50
Binary 10110101 10101 110000 0 1011000 1001001 11101 101011110 1001111 101000

Color Harmonies of #B51530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51530

Black with #B51530

Text Example


Text Example

White with #B51530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51530; }

 p { color: rgb(181,21,48); }

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

background-color css

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

 a { background-color: rgb(181,21,48); }

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

border-color css

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

 span { border-color: rgb(181,21,48); }

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