Html Css Color HEX #B50130 Cardinal

📋 copy color: '#B50130'

red 181 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #B50130

Tints of Cardinal #B50130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 78.7%
G = 0.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B50130 (or 0xB50130) is known color: Cardinal. HEX triplet: B5, 01 and 30. RGB value is (181,1,48). Sum of RGB (Red+Green+Blue) = 181+1+48=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B50130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50130 is #4AFECF. Grayscale: #3C3C3C. Windows color (decimal): -4914896 or 3146165. OLE color: 3146165.

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

Color convert

RGB 181 1 48 -
CMYK 0 0.99 0.73 0.29
HSL 344.33º 0.99% 0.36% -
HSV(B) 344.33º 0.99% 0.71% -
XYZ 19.6 10.06 3.7 -
YUV 60.18 121.13 214.18 -
System Red Green Blue C M Y K H S L
Decimal 181 1 48 0 0.99 0.73 0.29 344.33 0.99 0.36
Hex B5 1 30 0 63 49 1D 158 63 24
Octal 265 1 60 0 143 111 35 530 143 44
Binary 10110101 1 110000 0 1100011 1001001 11101 101011000 1100011 100100

Color Harmonies of #B50130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50130

Black with #B50130

Text Example


Text Example

White with #B50130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50130; }

 p { color: rgb(181,1,48); }

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

background-color css

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

 a { background-color: rgb(181,1,48); }

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

border-color css

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

 span { border-color: rgb(181,1,48); }

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