Html Css Color HEX #B51242 Cardinal

📋 copy color: '#B51242'

red 181 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #B51242

Tints of Cardinal #B51242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 68.3%
G = 6.79%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B51242 (or 0xB51242) is known color: Cardinal. HEX triplet: B5, 12 and 42. RGB value is (181,18,66). Sum of RGB (Red+Green+Blue) = 181+18+66=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B51242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51242 is #4AEDBD. Grayscale: #484848. Windows color (decimal): -4910526 or 4330165. OLE color: 4330165.

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

Color convert

RGB 181 18 66 -
CMYK 0 0.90 0.64 0.29
HSL 342.33º 0.82% 0.39% -
HSV(B) 342.33º 0.9% 0.71% -
XYZ 20.26 10.65 6.14 -
YUV 72.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 181 18 66 0 0.90 0.64 0.29 342.33 0.82 0.39
Hex B5 12 42 0 5A 40 1D 156 52 27
Octal 265 22 102 0 132 100 35 526 122 47
Binary 10110101 10010 1000010 0 1011010 1000000 11101 101010110 1010010 100111

Color Harmonies of #B51242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51242

Black with #B51242

Text Example


Text Example

White with #B51242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51242; }

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

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

background-color css

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

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

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

border-color css

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

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

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