Html Css Color HEX #B50A2D Cardinal

📋 copy color: '#B50A2D'

red 181 ◦ green 10 ◦ blue 45

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

Shades of Cardinal #B50A2D

Tints of Cardinal #B50A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 76.69%
G = 4.24%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B50A2D (or 0xB50A2D) is known color: Cardinal. HEX triplet: B5, 0A and 2D. RGB value is (181,10,45). Sum of RGB (Red+Green+Blue) = 181+10+45=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50A2D is #4AF5D2. Grayscale: #414141. Windows color (decimal): -4912595 or 2951861. OLE color: 2951861.

HSL color Cylindrical-coordinate representation of color #B50A2D: hue angle of 347.72º 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 #B50A2D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 10 45 -
CMYK 0 0.94 0.75 0.29
HSL 347.72º 0.9% 0.37% -
HSV(B) 347.72º 0.94% 0.71% -
XYZ 19.64 10.23 3.42 -
YUV 65.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 181 10 45 0 0.94 0.75 0.29 347.72 0.9 0.37
Hex B5 A 2D 0 5E 4B 1D 15C 5A 25
Octal 265 12 55 0 136 113 35 534 132 45
Binary 10110101 1010 101101 0 1011110 1001011 11101 101011100 1011010 100101

Color Harmonies of #B50A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A2D

Black with #B50A2D

Text Example


Text Example

White with #B50A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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