Html Css Color HEX #C0283C Brick Red

📋 copy color: '#C0283C'

red 192 ◦ green 40 ◦ blue 60

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

Shades of Brick Red #C0283C

Tints of Brick Red #C0283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 65.75%
G = 13.7%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0283C (or 0xC0283C) is known color: Brick Red. HEX triplet: C0, 28 and 3C. RGB value is (192,40,60). Sum of RGB (Red+Green+Blue) = 192+40+60=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0283C is #3FD7C3. Grayscale: #575757. Windows color (decimal): -4184004 or 3942592. OLE color: 3942592.

HSL color Cylindrical-coordinate representation of color #C0283C: hue angle of 352.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0283C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 60 -
CMYK 0 0.79 0.69 0.25
HSL 352.11º 0.66% 0.45% -
HSV(B) 352.11º 0.79% 0.75% -
XYZ 23.31 13.05 5.57 -
YUV 87.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 192 40 60 0 0.79 0.69 0.25 352.11 0.66 0.45
Hex C0 28 3C 0 4F 45 19 160 42 2D
Octal 300 50 74 0 117 105 31 540 102 55
Binary 11000000 101000 111100 0 1001111 1000101 11001 101100000 1000010 101101

Color Harmonies of #C0283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0283C

Black with #C0283C

Text Example


Text Example

White with #C0283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0283C; }

 p { color: rgb(192,40,60); }

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

background-color css

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

 a { background-color: rgb(192,40,60); }

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

border-color css

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

 span { border-color: rgb(192,40,60); }

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