Html Css Color HEX #C0712B Meteor

📋 copy color: '#C0712B'

red 192 ◦ green 113 ◦ blue 43

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

Shades of Meteor #C0712B

Tints of Meteor #C0712B

RGB

 RED value IS 192 (75.39% from 255) = 55.17%

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 55.17%
G = 32.47%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0712B (or 0xC0712B) is known color: Meteor. HEX triplet: C0, 71 and 2B. RGB value is (192,113,43). Sum of RGB (Red+Green+Blue) = 192+113+43=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0712B is #3F8ED4. Grayscale: #818181. Windows color (decimal): -4165333 or 2847168. OLE color: 2847168.

HSL color Cylindrical-coordinate representation of color #C0712B: hue angle of 28.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0712B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 43 -
CMYK 0 0.41 0.78 0.25
HSL 28.19º 0.63% 0.46% -
HSV(B) 28.19º 0.78% 0.75% -
XYZ 28.08 23.19 5.28 -
YUV 128.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 192 113 43 0 0.41 0.78 0.25 28.19 0.63 0.46
Hex C0 71 2B 0 29 4E 19 1C 3F 2E
Octal 300 161 53 0 51 116 31 34 77 56
Binary 11000000 1110001 101011 0 101001 1001110 11001 11100 111111 101110

Color Harmonies of #C0712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0712B

Black with #C0712B

Text Example


Text Example

White with #C0712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0712B; }

 p { color: rgb(192,113,43); }

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

background-color css

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

 a { background-color: rgb(192,113,43); }

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

border-color css

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

 span { border-color: rgb(192,113,43); }

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