Html Css Color HEX #B6123B Cardinal

📋 copy color: '#B6123B'

red 182 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #B6123B

Tints of Cardinal #B6123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 70.27%
G = 6.95%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6123B (or 0xB6123B) is known color: Cardinal. HEX triplet: B6, 12 and 3B. RGB value is (182,18,59). Sum of RGB (Red+Green+Blue) = 182+18+59=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B6123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6123B is #49EDC4. Grayscale: #474747. Windows color (decimal): -4844997 or 3871414. OLE color: 3871414.

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

Color convert

RGB 182 18 59 -
CMYK 0 0.90 0.68 0.29
HSL 345º 0.82% 0.39% -
HSV(B) 345º 0.9% 0.71% -
XYZ 20.3 10.69 5.13 -
YUV 71.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 182 18 59 0 0.90 0.68 0.29 345 0.82 0.39
Hex B6 12 3B 0 5A 44 1D 159 52 27
Octal 266 22 73 0 132 104 35 531 122 47
Binary 10110110 10010 111011 0 1011010 1000100 11101 101011001 1010010 100111

Color Harmonies of #B6123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6123B

Black with #B6123B

Text Example


Text Example

White with #B6123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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