#B5003D

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

Shades of Cardinal #B5003D

Tints of Cardinal #B5003D

Color information

#B5003D (or 0xB5003D) is unknown color: approx Cardinal. HEX triplet: B5, 00 and 3D. RGB value is (181,0,61). Sum of RGB (Red+Green+Blue) = 181+0+61=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5003D is #4AFFC2. Grayscale: #3D3D3D. Windows color (decimal): -4915139 or 3997877. OLE color: 3997877.

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

Color convert

RGB181061-
CMYK010.660.29
HSL339.78º100%35.49%-
HSV(B)339.78º100%70.98%-
XYZ19.910.165.33-
YUV61.07127.97213.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 74.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=74.79%
G=0%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181061010.660.29339.7810035.49
HexB503D064421D1546423
Octal26507501441023552414443
Binary101101010111101011001001000010111011010101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5003D; }

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

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

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

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

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

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

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

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