Html Css Color HEX #C1702B Meteor

📋 copy color: '#C1702B'

red 193 ◦ green 112 ◦ blue 43

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

Shades of Meteor #C1702B

Tints of Meteor #C1702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 55.46%
G = 32.18%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1702B (or 0xC1702B) is known color: Meteor. HEX triplet: C1, 70 and 2B. RGB value is (193,112,43). Sum of RGB (Red+Green+Blue) = 193+112+43=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C1702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1702B is #3E8FD4. Grayscale: #808080. Windows color (decimal): -4100053 or 2846913. OLE color: 2846913.

HSL color Cylindrical-coordinate representation of color #C1702B: hue angle of 27.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 #C1702B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 43 -
CMYK 0 0.42 0.78 0.24
HSL 27.6º 0.64% 0.46% -
HSV(B) 27.6º 0.78% 0.76% -
XYZ 28.22 23.1 5.26 -
YUV 128.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 193 112 43 0 0.42 0.78 0.24 27.6 0.64 0.46
Hex C1 70 2B 0 2A 4E 18 1C 40 2E
Octal 301 160 53 0 52 116 30 34 100 56
Binary 11000001 1110000 101011 0 101010 1001110 11000 11100 1000000 101110

Color Harmonies of #C1702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1702B

Black with #C1702B

Text Example


Text Example

White with #C1702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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