Html Css Color HEX #B5003E Cardinal

📋 copy color: '#B5003E'

red 181 ◦ green 0 ◦ blue 62

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

Shades of Cardinal #B5003E

Tints of Cardinal #B5003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 74.49%
G = 0%
B = 25.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5003E (or 0xB5003E) is known color: Cardinal. HEX triplet: B5, 00 and 3E. RGB value is (181,0,62). Sum of RGB (Red+Green+Blue) = 181+0+62=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5003E is #4AFFC1. Grayscale: #3D3D3D. Windows color (decimal): -4915138 or 4063413. OLE color: 4063413.

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

Color convert

RGB 181 0 62 -
CMYK 0 1 0.66 0.29
HSL 339.45º 1% 0.35% -
HSV(B) 339.45º 1% 0.71% -
XYZ 19.93 10.17 5.47 -
YUV 61.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 181 0 62 0 1 0.66 0.29 339.45 1 0.35
Hex B5 0 3E 0 64 42 1D 153 64 23
Octal 265 0 76 0 144 102 35 523 144 43
Binary 10110101 0 111110 0 1100100 1000010 11101 101010011 1100100 100011

Color Harmonies of #B5003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5003E

Black with #B5003E

Text Example


Text Example

White with #B5003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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