Html Css Color HEX #B5003C Cardinal

📋 copy color: '#B5003C'

red 181 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #B5003C

Tints of Cardinal #B5003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 75.1%
G = 0%
B = 24.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5003C (or 0xB5003C) is known color: Cardinal. HEX triplet: B5, 00 and 3C. RGB value is (181,0,60). Sum of RGB (Red+Green+Blue) = 181+0+60=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B5003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5003C is #4AFFC3. Grayscale: #3C3C3C. Windows color (decimal): -4915140 or 3932341. OLE color: 3932341.

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

Color convert

RGB 181 0 60 -
CMYK 0 1 0.67 0.29
HSL 340.11º 1% 0.35% -
HSV(B) 340.11º 1% 0.71% -
XYZ 19.87 10.15 5.19 -
YUV 60.96 127.47 213.62 -
System Red Green Blue C M Y K H S L
Decimal 181 0 60 0 1 0.67 0.29 340.11 1 0.35
Hex B5 0 3C 0 64 43 1D 154 64 23
Octal 265 0 74 0 144 103 35 524 144 43
Binary 10110101 0 111100 0 1100100 1000011 11101 101010100 1100100 100011

Color Harmonies of #B5003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5003C

Black with #B5003C

Text Example


Text Example

White with #B5003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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