Html Css Color HEX #B5202A Cardinal

📋 copy color: '#B5202A'

red 181 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #B5202A

Tints of Cardinal #B5202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 70.98%
G = 12.55%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5202A (or 0xB5202A) is known color: Cardinal. HEX triplet: B5, 20 and 2A. RGB value is (181,32,42). Sum of RGB (Red+Green+Blue) = 181+32+42=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B5202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5202A is #4ADFD5. Grayscale: #4D4D4D. Windows color (decimal): -4906966 or 2760885. OLE color: 2760885.

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

Color convert

RGB 181 32 42 -
CMYK 0 0.82 0.77 0.29
HSL 355.97º 0.7% 0.42% -
HSV(B) 355.97º 0.82% 0.71% -
XYZ 19.99 11.02 3.26 -
YUV 77.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 181 32 42 0 0.82 0.77 0.29 355.97 0.7 0.42
Hex B5 20 2A 0 52 4D 1D 164 46 2A
Octal 265 40 52 0 122 115 35 544 106 52
Binary 10110101 100000 101010 0 1010010 1001101 11101 101100100 1000110 101010

Color Harmonies of #B5202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5202A

Black with #B5202A

Text Example


Text Example

White with #B5202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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