Html Css Color HEX #B50630 Cardinal

📋 copy color: '#B50630'

red 181 ◦ green 6 ◦ blue 48

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

Shades of Cardinal #B50630

Tints of Cardinal #B50630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 77.02%
G = 2.55%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B50630 (or 0xB50630) is known color: Cardinal. HEX triplet: B5, 06 and 30. RGB value is (181,6,48). Sum of RGB (Red+Green+Blue) = 181+6+48=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B50630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50630 is #4AF9CF. Grayscale: #3F3F3F. Windows color (decimal): -4913616 or 3147445. OLE color: 3147445.

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

Color convert

RGB 181 6 48 -
CMYK 0 0.97 0.73 0.29
HSL 345.6º 0.94% 0.37% -
HSV(B) 345.6º 0.97% 0.71% -
XYZ 19.65 10.17 3.72 -
YUV 63.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 181 6 48 0 0.97 0.73 0.29 345.6 0.94 0.37
Hex B5 6 30 0 61 49 1D 15A 5E 25
Octal 265 6 60 0 141 111 35 532 136 45
Binary 10110101 110 110000 0 1100001 1001001 11101 101011010 1011110 100101

Color Harmonies of #B50630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50630

Black with #B50630

Text Example


Text Example

White with #B50630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50630; }

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

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

background-color css

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

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

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

border-color css

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

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

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