Html Css Color HEX #B5203E Cardinal

📋 copy color: '#B5203E'

red 181 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #B5203E

Tints of Cardinal #B5203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 65.82%
G = 11.64%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5203E (or 0xB5203E) is known color: Cardinal. HEX triplet: B5, 20 and 3E. RGB value is (181,32,62). Sum of RGB (Red+Green+Blue) = 181+32+62=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5203E is #4ADFC1. Grayscale: #505050. Windows color (decimal): -4906946 or 4071605. OLE color: 4071605.

HSL color Cylindrical-coordinate representation of color #B5203E: hue angle of 347.92º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5203E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 62 -
CMYK 0 0.82 0.66 0.29
HSL 347.92º 0.7% 0.42% -
HSV(B) 347.92º 0.82% 0.71% -
XYZ 20.44 11.2 5.64 -
YUV 79.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 181 32 62 0 0.82 0.66 0.29 347.92 0.7 0.42
Hex B5 20 3E 0 52 42 1D 15C 46 2A
Octal 265 40 76 0 122 102 35 534 106 52
Binary 10110101 100000 111110 0 1010010 1000010 11101 101011100 1000110 101010

Color Harmonies of #B5203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5203E

Black with #B5203E

Text Example


Text Example

White with #B5203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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