#B50C2B

Color #B50C2B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B50C2B

Tints of Cardinal #B50C2B

Color information

#B50C2B (or 0xB50C2B) is unknown color: approx Cardinal. HEX triplet: B5, 0C and 2B. RGB value is (181,12,43). Sum of RGB (Red+Green+Blue) = 181+12+43=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C2B is #4AF3D4. Grayscale: #424242. Windows color (decimal): -4912085 or 2821301. OLE color: 2821301.

HSL color Cylindrical-coordinate representation of color #B50C2B: hue angle of 348.99º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C2B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1811243-
CMYK00.930.760.29
HSL348.99º87.56%37.84%-
HSV(B)348.99º93.37%70.98%-
XYZ19.6210.263.23-
YUV66.06114.99209.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 76.69%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=76.69%
G=5.08%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181124300.930.760.29348.9987.5637.84
HexB5C2B05D4C1D15d5826
Octal265145301351143553513046
Binary101101011100101011010111011001100111011010111011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C2B; }

 p { color: rgb(181,12,43); }

 H1.HeaderClassName
 {
   color: #B50C2B;
 }
 .AnyTagClassName
 {
   color: #B50C2B;
 }
</style>
background-color css

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

 a { background-color: rgb(181,12,43); }

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

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

 span { border-color: rgb(181,12,43); }

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