Html Css Color HEX #B6123C Cardinal

📋 copy color: '#B6123C'

red 182 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #B6123C

Tints of Cardinal #B6123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 70%
G = 6.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6123C (or 0xB6123C) is known color: Cardinal. HEX triplet: B6, 12 and 3C. RGB value is (182,18,60). Sum of RGB (Red+Green+Blue) = 182+18+60=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B6123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6123C is #49EDC3. Grayscale: #474747. Windows color (decimal): -4844996 or 3936950. OLE color: 3936950.

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

Color convert

RGB 182 18 60 -
CMYK 0 0.90 0.67 0.29
HSL 344.63º 0.82% 0.39% -
HSV(B) 344.63º 0.9% 0.71% -
XYZ 20.32 10.7 5.27 -
YUV 71.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 182 18 60 0 0.90 0.67 0.29 344.63 0.82 0.39
Hex B6 12 3C 0 5A 43 1D 159 52 27
Octal 266 22 74 0 132 103 35 531 122 47
Binary 10110110 10010 111100 0 1011010 1000011 11101 101011001 1010010 100111

Color Harmonies of #B6123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6123C

Black with #B6123C

Text Example


Text Example

White with #B6123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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