Html Css Color HEX #C03545 Brick Red

📋 copy color: '#C03545'

red 192 ◦ green 53 ◦ blue 69

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

Shades of Brick Red #C03545

Tints of Brick Red #C03545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 61.15%
G = 16.88%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03545 (or 0xC03545) is known color: Brick Red. HEX triplet: C0, 35 and 45. RGB value is (192,53,69). Sum of RGB (Red+Green+Blue) = 192+53+69=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03545 is #3FCABA. Grayscale: #606060. Windows color (decimal): -4180667 or 4535744. OLE color: 4535744.

HSL color Cylindrical-coordinate representation of color #C03545: hue angle of 353.09º 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 #C03545 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 69 -
CMYK 0 0.72 0.64 0.25
HSL 353.09º 0.57% 0.48% -
HSV(B) 353.09º 0.72% 0.75% -
XYZ 24.09 14.18 7.1 -
YUV 96.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 192 53 69 0 0.72 0.64 0.25 353.09 0.57 0.48
Hex C0 35 45 0 48 40 19 161 39 30
Octal 300 65 105 0 110 100 31 541 71 60
Binary 11000000 110101 1000101 0 1001000 1000000 11001 101100001 111001 110000

Color Harmonies of #C03545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03545

Black with #C03545

Text Example


Text Example

White with #C03545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03545; }

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

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

background-color css

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

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

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

border-color css

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

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

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