Html Css Color HEX #C03846 Brick Red

📋 copy color: '#C03846'

red 192 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #C03846

Tints of Brick Red #C03846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 60.38%
G = 17.61%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03846 (or 0xC03846) is known color: Brick Red. HEX triplet: C0, 38 and 46. RGB value is (192,56,70). Sum of RGB (Red+Green+Blue) = 192+56+70=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03846 is #3FC7B9. Grayscale: #626262. Windows color (decimal): -4179898 or 4602048. OLE color: 4602048.

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

Color convert

RGB 192 56 70 -
CMYK 0 0.71 0.64 0.25
HSL 353.82º 0.55% 0.49% -
HSV(B) 353.82º 0.71% 0.75% -
XYZ 24.26 14.48 7.31 -
YUV 98.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 192 56 70 0 0.71 0.64 0.25 353.82 0.55 0.49
Hex C0 38 46 0 47 40 19 162 37 31
Octal 300 70 106 0 107 100 31 542 67 61
Binary 11000000 111000 1000110 0 1000111 1000000 11001 101100010 110111 110001

Color Harmonies of #C03846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03846

Black with #C03846

Text Example


Text Example

White with #C03846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03846; }

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

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

background-color css

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

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

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

border-color css

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

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

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