Html Css Color HEX #B50342 Cardinal

📋 copy color: '#B50342'

red 181 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #B50342

Tints of Cardinal #B50342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 72.4%
G = 1.2%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50342 (or 0xB50342) is known color: Cardinal. HEX triplet: B5, 03 and 42. RGB value is (181,3,66). Sum of RGB (Red+Green+Blue) = 181+3+66=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50342 is #4AFCBD. Grayscale: #3F3F3F. Windows color (decimal): -4914366 or 4326325. OLE color: 4326325.

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

Color convert

RGB 181 3 66 -
CMYK 0 0.98 0.64 0.29
HSL 338.76º 0.97% 0.36% -
HSV(B) 338.76º 0.98% 0.71% -
XYZ 20.07 10.28 6.08 -
YUV 63.4 129.47 211.88 -
System Red Green Blue C M Y K H S L
Decimal 181 3 66 0 0.98 0.64 0.29 338.76 0.97 0.36
Hex B5 3 42 0 62 40 1D 153 61 24
Octal 265 3 102 0 142 100 35 523 141 44
Binary 10110101 11 1000010 0 1100010 1000000 11101 101010011 1100001 100100

Color Harmonies of #B50342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50342

Black with #B50342

Text Example


Text Example

White with #B50342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50342; }

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

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

background-color css

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

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

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

border-color css

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

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

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