Html Css Color HEX #B50030 Cardinal

📋 copy color: '#B50030'

red 181 ◦ green 0 ◦ blue 48

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

Shades of Cardinal #B50030

Tints of Cardinal #B50030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.04%
G = 0%
B = 20.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B50030 (or 0xB50030) is known color: Cardinal. HEX triplet: B5, 00 and 30. RGB value is (181,0,48). Sum of RGB (Red+Green+Blue) = 181+0+48=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B50030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50030 is #4AFFCF. Grayscale: #3B3B3B. Windows color (decimal): -4915152 or 3145909. OLE color: 3145909.

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

Color convert

RGB 181 0 48 -
CMYK 0 1 0.73 0.29
HSL 344.09º 1% 0.35% -
HSV(B) 344.09º 1% 0.71% -
XYZ 19.59 10.04 3.7 -
YUV 59.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 181 0 48 0 1 0.73 0.29 344.09 1 0.35
Hex B5 0 30 0 64 49 1D 158 64 23
Octal 265 0 60 0 144 111 35 530 144 43
Binary 10110101 0 110000 0 1100100 1001001 11101 101011000 1100100 100011

Color Harmonies of #B50030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50030

Black with #B50030

Text Example


Text Example

White with #B50030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50030; }

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

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

background-color css

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

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

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

border-color css

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

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

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