Html Css Color HEX #B2102E Cardinal

📋 copy color: '#B2102E'

red 178 ◦ green 16 ◦ blue 46

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

Shades of Cardinal #B2102E

Tints of Cardinal #B2102E

RGB

 RED value IS 178 (69.92% from 255) = 74.17%

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

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

R = 74.17%
G = 6.67%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2102E (or 0xB2102E) is known color: Cardinal. HEX triplet: B2, 10 and 2E. RGB value is (178,16,46). Sum of RGB (Red+Green+Blue) = 178+16+46=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2102E is #4DEFD1. Grayscale: #434343. Windows color (decimal): -5107666 or 3018930. OLE color: 3018930.

HSL color Cylindrical-coordinate representation of color #B2102E: hue angle of 348.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2102E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 46 -
CMYK 0 0.91 0.74 0.30
HSL 348.89º 0.84% 0.38% -
HSV(B) 348.89º 0.91% 0.7% -
XYZ 19.04 10.03 3.52 -
YUV 67.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 178 16 46 0 0.91 0.74 0.30 348.89 0.84 0.38
Hex B2 10 2E 0 5B 4A 1E 15D 54 26
Octal 262 20 56 0 133 112 36 535 124 46
Binary 10110010 10000 101110 0 1011011 1001010 11110 101011101 1010100 100110

Color Harmonies of #B2102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2102E

Black with #B2102E

Text Example


Text Example

White with #B2102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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