Html Css Color HEX #C03546 Brick Red

📋 copy color: '#C03546'

red 192 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #C03546

Tints of Brick Red #C03546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 60.95%
G = 16.83%
B = 22.22%

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

#C03546 (or 0xC03546) is known color: Brick Red. HEX triplet: C0, 35 and 46. RGB value is (192,53,70). Sum of RGB (Red+Green+Blue) = 192+53+70=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03546 is #3FCAB9. Grayscale: #606060. Windows color (decimal): -4180666 or 4601280. OLE color: 4601280.

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

Color convert

RGB 192 53 70 -
CMYK 0 0.72 0.64 0.25
HSL 352.66º 0.57% 0.48% -
HSV(B) 352.66º 0.72% 0.75% -
XYZ 24.12 14.19 7.26 -
YUV 96.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 192 53 70 0 0.72 0.64 0.25 352.66 0.57 0.48
Hex C0 35 46 0 48 40 19 161 39 30
Octal 300 65 106 0 110 100 31 541 71 60
Binary 11000000 110101 1000110 0 1001000 1000000 11001 101100001 111001 110000

Color Harmonies of #C03546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03546

Black with #C03546

Text Example


Text Example

White with #C03546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03546; }

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

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

background-color css

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

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

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

border-color css

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

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

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