Html Css Color HEX #B50A2A Cardinal

📋 copy color: '#B50A2A'

red 181 ◦ green 10 ◦ blue 42

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

Shades of Cardinal #B50A2A

Tints of Cardinal #B50A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.29%

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 77.68%
G = 4.29%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B50A2A (or 0xB50A2A) is known color: Cardinal. HEX triplet: B5, 0A and 2A. RGB value is (181,10,42). Sum of RGB (Red+Green+Blue) = 181+10+42=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50A2A is #4AF5D5. Grayscale: #404040. Windows color (decimal): -4912598 or 2755253. OLE color: 2755253.

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

Color convert

RGB 181 10 42 -
CMYK 0 0.94 0.77 0.29
HSL 348.77º 0.9% 0.37% -
HSV(B) 348.77º 0.94% 0.71% -
XYZ 19.58 10.21 3.13 -
YUV 64.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 181 10 42 0 0.94 0.77 0.29 348.77 0.9 0.37
Hex B5 A 2A 0 5E 4D 1D 15D 5A 25
Octal 265 12 52 0 136 115 35 535 132 45
Binary 10110101 1010 101010 0 1011110 1001101 11101 101011101 1011010 100101

Color Harmonies of #B50A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A2A

Black with #B50A2A

Text Example


Text Example

White with #B50A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50A2A; }

 p { color: rgb(181,10,42); }

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

background-color css

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

 a { background-color: rgb(181,10,42); }

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

border-color css

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

 span { border-color: rgb(181,10,42); }

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