Html Css Color HEX #B51234 Cardinal

📋 copy color: '#B51234'

red 181 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #B51234

Tints of Cardinal #B51234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 72.11%
G = 7.17%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B51234 (or 0xB51234) is known color: Cardinal. HEX triplet: B5, 12 and 34. RGB value is (181,18,52). Sum of RGB (Red+Green+Blue) = 181+18+52=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B51234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51234 is #4AEDCB. Grayscale: #464646. Windows color (decimal): -4910540 or 3412661. OLE color: 3412661.

HSL color Cylindrical-coordinate representation of color #B51234: hue angle of 347.48º 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 #B51234 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 52 -
CMYK 0 0.90 0.71 0.29
HSL 347.48º 0.82% 0.39% -
HSV(B) 347.48º 0.9% 0.71% -
XYZ 19.89 10.5 4.23 -
YUV 70.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 181 18 52 0 0.90 0.71 0.29 347.48 0.82 0.39
Hex B5 12 34 0 5A 47 1D 15B 52 27
Octal 265 22 64 0 132 107 35 533 122 47
Binary 10110101 10010 110100 0 1011010 1000111 11101 101011011 1010010 100111

Color Harmonies of #B51234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51234

Black with #B51234

Text Example


Text Example

White with #B51234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51234; }

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

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

background-color css

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

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

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

border-color css

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

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

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