Html Css Color HEX #6C1A1C Red Berry

📋 copy color: '#6C1A1C'

red 108 ◦ green 26 ◦ blue 28

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

Shades of Red Berry #6C1A1C

Tints of Red Berry #6C1A1C

RGB

 RED value IS 108 (42.58% from 255) = 66.67%

 GREEN value IS 26 (10.55% from 255) = 16.05%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 66.67%
G = 16.05%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C1A1C (or 0x6C1A1C) is known color: Red Berry. HEX triplet: 6C, 1A and 1C. RGB value is (108,26,28). Sum of RGB (Red+Green+Blue) = 108+26+28=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A1C is #93E5E3. Grayscale: #323232. Windows color (decimal): -9692644 or 1841772. OLE color: 1841772.

HSL color Cylindrical-coordinate representation of color #6C1A1C: hue angle of 358.54º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A1C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 26 28 -
CMYK 0 0.76 0.74 0.58
HSL 358.54º 0.61% 0.26% -
HSV(B) 358.54º 0.76% 0.42% -
XYZ 6.76 4.01 1.52 -
YUV 50.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 108 26 28 0 0.76 0.74 0.58 358.54 0.61 0.26
Hex 6C 1A 1C 0 4C 4A 3A 167 3D 1A
Octal 154 32 34 0 114 112 72 547 75 32
Binary 1101100 11010 11100 0 1001100 1001010 111010 101100111 111101 11010

Color Harmonies of #6C1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1A1C

Black with #6C1A1C

Text Example


Text Example

White with #6C1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C1A1C; }

 p { color: rgb(108,26,28); }

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

background-color css

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

 a { background-color: rgb(108,26,28); }

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

border-color css

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

 span { border-color: rgb(108,26,28); }

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