Html Css Color HEX #B5203B Cardinal

📋 copy color: '#B5203B'

red 181 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #B5203B

Tints of Cardinal #B5203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 66.54%
G = 11.76%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5203B (or 0xB5203B) is known color: Cardinal. HEX triplet: B5, 20 and 3B. RGB value is (181,32,59). Sum of RGB (Red+Green+Blue) = 181+32+59=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B5203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5203B is #4ADFC4. Grayscale: #4F4F4F. Windows color (decimal): -4906949 or 3874997. OLE color: 3874997.

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

Color convert

RGB 181 32 59 -
CMYK 0 0.82 0.67 0.29
HSL 349.13º 0.7% 0.42% -
HSV(B) 349.13º 0.82% 0.71% -
XYZ 20.36 11.17 5.22 -
YUV 79.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 181 32 59 0 0.82 0.67 0.29 349.13 0.7 0.42
Hex B5 20 3B 0 52 43 1D 15D 46 2A
Octal 265 40 73 0 122 103 35 535 106 52
Binary 10110101 100000 111011 0 1010010 1000011 11101 101011101 1000110 101010

Color Harmonies of #B5203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5203B

Black with #B5203B

Text Example


Text Example

White with #B5203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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