Html Css Color HEX #B5102E Cardinal

📋 copy color: '#B5102E'

red 181 ◦ green 16 ◦ blue 46

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

Shades of Cardinal #B5102E

Tints of Cardinal #B5102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 74.49%
G = 6.58%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5102E (or 0xB5102E) is known color: Cardinal. HEX triplet: B5, 10 and 2E. RGB value is (181,16,46). Sum of RGB (Red+Green+Blue) = 181+16+46=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5102E is #4AEFD1. Grayscale: #444444. Windows color (decimal): -4911058 or 3018933. OLE color: 3018933.

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

Color convert

RGB 181 16 46 -
CMYK 0 0.91 0.75 0.29
HSL 349.09º 0.84% 0.39% -
HSV(B) 349.09º 0.91% 0.71% -
XYZ 19.73 10.39 3.55 -
YUV 68.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 181 16 46 0 0.91 0.75 0.29 349.09 0.84 0.39
Hex B5 10 2E 0 5B 4B 1D 15D 54 27
Octal 265 20 56 0 133 113 35 535 124 47
Binary 10110101 10000 101110 0 1011011 1001011 11101 101011101 1010100 100111

Color Harmonies of #B5102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5102E

Black with #B5102E

Text Example


Text Example

White with #B5102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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