Html Css Color HEX #C03844 Brick Red

📋 copy color: '#C03844'

red 192 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #C03844

Tints of Brick Red #C03844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 60.76%
G = 17.72%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03844 (or 0xC03844) is known color: Brick Red. HEX triplet: C0, 38 and 44. RGB value is (192,56,68). Sum of RGB (Red+Green+Blue) = 192+56+68=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03844 is #3FC7BB. Grayscale: #626262. Windows color (decimal): -4179900 or 4470976. OLE color: 4470976.

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

Color convert

RGB 192 56 68 -
CMYK 0 0.71 0.65 0.25
HSL 354.71º 0.55% 0.49% -
HSV(B) 354.71º 0.71% 0.75% -
XYZ 24.2 14.45 6.98 -
YUV 98.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 192 56 68 0 0.71 0.65 0.25 354.71 0.55 0.49
Hex C0 38 44 0 47 41 19 163 37 31
Octal 300 70 104 0 107 101 31 543 67 61
Binary 11000000 111000 1000100 0 1000111 1000001 11001 101100011 110111 110001

Color Harmonies of #C03844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03844

Black with #C03844

Text Example


Text Example

White with #C03844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03844; }

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

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

background-color css

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

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

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

border-color css

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

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

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