Html Css Color HEX #C03446 Brick Red

📋 copy color: '#C03446'

red 192 ◦ green 52 ◦ blue 70

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

Shades of Brick Red #C03446

Tints of Brick Red #C03446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 61.15%
G = 16.56%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03446 (or 0xC03446) is known color: Brick Red. HEX triplet: C0, 34 and 46. RGB value is (192,52,70). Sum of RGB (Red+Green+Blue) = 192+52+70=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03446 is #3FCBB9. Grayscale: #5F5F5F. Windows color (decimal): -4180922 or 4601024. OLE color: 4601024.

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

Color convert

RGB 192 52 70 -
CMYK 0 0.73 0.64 0.25
HSL 352.29º 0.57% 0.48% -
HSV(B) 352.29º 0.73% 0.75% -
XYZ 24.07 14.1 7.25 -
YUV 95.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 192 52 70 0 0.73 0.64 0.25 352.29 0.57 0.48
Hex C0 34 46 0 49 40 19 160 39 30
Octal 300 64 106 0 111 100 31 540 71 60
Binary 11000000 110100 1000110 0 1001001 1000000 11001 101100000 111001 110000

Color Harmonies of #C03446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03446

Black with #C03446

Text Example


Text Example

White with #C03446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03446; }

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

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

background-color css

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

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

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

border-color css

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

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

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