Html Css Color HEX #B50242 Cardinal

📋 copy color: '#B50242'

red 181 ◦ green 2 ◦ blue 66

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

Shades of Cardinal #B50242

Tints of Cardinal #B50242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 72.69%
G = 0.8%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50242 (or 0xB50242) is known color: Cardinal. HEX triplet: B5, 02 and 42. RGB value is (181,2,66). Sum of RGB (Red+Green+Blue) = 181+2+66=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B50242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50242 is #4AFDBD. Grayscale: #3E3E3E. Windows color (decimal): -4914622 or 4326069. OLE color: 4326069.

HSL color Cylindrical-coordinate representation of color #B50242: hue angle of 338.55º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50242 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 66 -
CMYK 0 0.99 0.64 0.29
HSL 338.55º 0.98% 0.36% -
HSV(B) 338.55º 0.99% 0.71% -
XYZ 20.06 10.26 6.08 -
YUV 62.82 129.8 212.3 -
System Red Green Blue C M Y K H S L
Decimal 181 2 66 0 0.99 0.64 0.29 338.55 0.98 0.36
Hex B5 2 42 0 63 40 1D 153 62 24
Octal 265 2 102 0 143 100 35 523 142 44
Binary 10110101 10 1000010 0 1100011 1000000 11101 101010011 1100010 100100

Color Harmonies of #B50242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50242

Black with #B50242

Text Example


Text Example

White with #B50242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50242; }

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

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

background-color css

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

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

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

border-color css

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

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

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