Html Css Color HEX #B50842 Cardinal

📋 copy color: '#B50842'

red 181 ◦ green 8 ◦ blue 66

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

Shades of Cardinal #B50842

Tints of Cardinal #B50842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

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

R = 70.98%
G = 3.14%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50842 (or 0xB50842) is known color: Cardinal. HEX triplet: B5, 08 and 42. RGB value is (181,8,66). Sum of RGB (Red+Green+Blue) = 181+8+66=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B50842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50842 is #4AF7BD. Grayscale: #424242. Windows color (decimal): -4913086 or 4327605. OLE color: 4327605.

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

Color convert

RGB 181 8 66 -
CMYK 0 0.96 0.64 0.29
HSL 339.88º 0.92% 0.37% -
HSV(B) 339.88º 0.96% 0.71% -
XYZ 20.13 10.39 6.1 -
YUV 66.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 181 8 66 0 0.96 0.64 0.29 339.88 0.92 0.37
Hex B5 8 42 0 60 40 1D 154 5C 25
Octal 265 10 102 0 140 100 35 524 134 45
Binary 10110101 1000 1000010 0 1100000 1000000 11101 101010100 1011100 100101

Color Harmonies of #B50842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50842

Black with #B50842

Text Example


Text Example

White with #B50842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50842; }

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

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

background-color css

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

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

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

border-color css

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

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

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