Html Css Color HEX #B5122E Cardinal

📋 copy color: '#B5122E'

red 181 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #B5122E

Tints of Cardinal #B5122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 73.88%
G = 7.35%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5122E (or 0xB5122E) is known color: Cardinal. HEX triplet: B5, 12 and 2E. RGB value is (181,18,46). Sum of RGB (Red+Green+Blue) = 181+18+46=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5122E is #4AEDD1. Grayscale: #454545. Windows color (decimal): -4910546 or 3019445. OLE color: 3019445.

HSL color Cylindrical-coordinate representation of color #B5122E: hue angle of 349.69º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5122E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 46 -
CMYK 0 0.90 0.75 0.29
HSL 349.69º 0.82% 0.39% -
HSV(B) 349.69º 0.9% 0.71% -
XYZ 19.77 10.45 3.56 -
YUV 69.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 181 18 46 0 0.90 0.75 0.29 349.69 0.82 0.39
Hex B5 12 2E 0 5A 4B 1D 15E 52 27
Octal 265 22 56 0 132 113 35 536 122 47
Binary 10110101 10010 101110 0 1011010 1001011 11101 101011110 1010010 100111

Color Harmonies of #B5122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5122E

Black with #B5122E

Text Example


Text Example

White with #B5122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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