Html Css Color HEX #C03543 Brick Red

📋 copy color: '#C03543'

red 192 ◦ green 53 ◦ blue 67

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

Shades of Brick Red #C03543

Tints of Brick Red #C03543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 61.54%
G = 16.99%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03543 (or 0xC03543) is known color: Brick Red. HEX triplet: C0, 35 and 43. RGB value is (192,53,67). Sum of RGB (Red+Green+Blue) = 192+53+67=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C03543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03543 is #3FCABC. Grayscale: #606060. Windows color (decimal): -4180669 or 4404672. OLE color: 4404672.

HSL color Cylindrical-coordinate representation of color #C03543: hue angle of 353.96º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03543 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 67 -
CMYK 0 0.72 0.65 0.25
HSL 353.96º 0.57% 0.48% -
HSV(B) 353.96º 0.72% 0.75% -
XYZ 24.02 14.16 6.78 -
YUV 96.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 192 53 67 0 0.72 0.65 0.25 353.96 0.57 0.48
Hex C0 35 43 0 48 41 19 162 39 30
Octal 300 65 103 0 110 101 31 542 71 60
Binary 11000000 110101 1000011 0 1001000 1000001 11001 101100010 111001 110000

Color Harmonies of #C03543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03543

Black with #C03543

Text Example


Text Example

White with #C03543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03543; }

 p { color: rgb(192,53,67); }

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

background-color css

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

 a { background-color: rgb(192,53,67); }

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

border-color css

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

 span { border-color: rgb(192,53,67); }

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