Html Css Color HEX #B6122B Cardinal

📋 copy color: '#B6122B'

red 182 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #B6122B

Tints of Cardinal #B6122B

RGB

 RED value IS 182 (71.48% from 255) = 74.9%

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 74.9%
G = 7.41%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6122B (or 0xB6122B) is known color: Cardinal. HEX triplet: B6, 12 and 2B. RGB value is (182,18,43). Sum of RGB (Red+Green+Blue) = 182+18+43=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B6122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6122B is #49EDD4. Grayscale: #454545. Windows color (decimal): -4845013 or 2822838. OLE color: 2822838.

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

Color convert

RGB 182 18 43 -
CMYK 0 0.90 0.76 0.29
HSL 350.85º 0.82% 0.39% -
HSV(B) 350.85º 0.9% 0.71% -
XYZ 19.94 10.55 3.27 -
YUV 69.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 182 18 43 0 0.90 0.76 0.29 350.85 0.82 0.39
Hex B6 12 2B 0 5A 4C 1D 15F 52 27
Octal 266 22 53 0 132 114 35 537 122 47
Binary 10110110 10010 101011 0 1011010 1001100 11101 101011111 1010010 100111

Color Harmonies of #B6122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6122B

Black with #B6122B

Text Example


Text Example

White with #B6122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6122B; }

 p { color: rgb(182,18,43); }

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

background-color css

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

 a { background-color: rgb(182,18,43); }

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

border-color css

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

 span { border-color: rgb(182,18,43); }

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