Html Css Color HEX #C1572B Smoke Tree

📋 copy color: '#C1572B'

red 193 ◦ green 87 ◦ blue 43

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

Shades of Smoke Tree #C1572B

Tints of Smoke Tree #C1572B

RGB

 RED value IS 193 (75.78% from 255) = 59.75%

 GREEN value IS 87 (34.38% from 255) = 26.93%

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

R = 59.75%
G = 26.93%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1572B (or 0xC1572B) is known color: Smoke Tree. HEX triplet: C1, 57 and 2B. RGB value is (193,87,43). Sum of RGB (Red+Green+Blue) = 193+87+43=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1572B is #3EA8D4. Grayscale: #717171. Windows color (decimal): -4106453 or 2840513. OLE color: 2840513.

HSL color Cylindrical-coordinate representation of color #C1572B: hue angle of 17.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1572B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 87 43 -
CMYK 0 0.55 0.78 0.24
HSL 17.6º 0.64% 0.46% -
HSV(B) 17.6º 0.78% 0.76% -
XYZ 25.84 18.33 4.46 -
YUV 113.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 193 87 43 0 0.55 0.78 0.24 17.6 0.64 0.46
Hex C1 57 2B 0 37 4E 18 12 40 2E
Octal 301 127 53 0 67 116 30 22 100 56
Binary 11000001 1010111 101011 0 110111 1001110 11000 10010 1000000 101110

Color Harmonies of #C1572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1572B

Black with #C1572B

Text Example


Text Example

White with #C1572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1572B; }

 p { color: rgb(193,87,43); }

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

background-color css

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

 a { background-color: rgb(193,87,43); }

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

border-color css

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

 span { border-color: rgb(193,87,43); }

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