Html Css Color HEX #B5202E Cardinal

📋 copy color: '#B5202E'

red 181 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #B5202E

Tints of Cardinal #B5202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 69.88%
G = 12.36%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5202E (or 0xB5202E) is known color: Cardinal. HEX triplet: B5, 20 and 2E. RGB value is (181,32,46). Sum of RGB (Red+Green+Blue) = 181+32+46=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5202E is #4ADFD1. Grayscale: #4E4E4E. Windows color (decimal): -4906962 or 3023029. OLE color: 3023029.

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

Color convert

RGB 181 32 46 -
CMYK 0 0.82 0.75 0.29
HSL 354.36º 0.7% 0.42% -
HSV(B) 354.36º 0.82% 0.71% -
XYZ 20.07 11.05 3.66 -
YUV 78.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 181 32 46 0 0.82 0.75 0.29 354.36 0.7 0.42
Hex B5 20 2E 0 52 4B 1D 162 46 2A
Octal 265 40 56 0 122 113 35 542 106 52
Binary 10110101 100000 101110 0 1010010 1001011 11101 101100010 1000110 101010

Color Harmonies of #B5202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5202E

Black with #B5202E

Text Example


Text Example

White with #B5202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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