Html Css Color HEX #B50434 Cardinal

📋 copy color: '#B50434'

red 181 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B50434

Tints of Cardinal #B50434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 76.37%
G = 1.69%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B50434 (or 0xB50434) is known color: Cardinal. HEX triplet: B5, 04 and 34. RGB value is (181,4,52). Sum of RGB (Red+Green+Blue) = 181+4+52=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B50434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50434 is #4AFBCB. Grayscale: #3E3E3E. Windows color (decimal): -4914124 or 3409077. OLE color: 3409077.

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

Color convert

RGB 181 4 52 -
CMYK 0 0.98 0.71 0.29
HSL 343.73º 0.96% 0.36% -
HSV(B) 343.73º 0.98% 0.71% -
XYZ 19.72 10.16 4.17 -
YUV 62.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 181 4 52 0 0.98 0.71 0.29 343.73 0.96 0.36
Hex B5 4 34 0 62 47 1D 158 60 24
Octal 265 4 64 0 142 107 35 530 140 44
Binary 10110101 100 110100 0 1100010 1000111 11101 101011000 1100000 100100

Color Harmonies of #B50434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50434

Black with #B50434

Text Example


Text Example

White with #B50434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50434; }

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

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

background-color css

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

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

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

border-color css

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

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

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