Html Css Color HEX #C3283C Brick Red

📋 copy color: '#C3283C'

red 195 ◦ green 40 ◦ blue 60

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

Shades of Brick Red #C3283C

Tints of Brick Red #C3283C

RGB

 RED value IS 195 (76.56% from 255) = 66.1%

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

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

R = 66.1%
G = 13.56%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3283C (or 0xC3283C) is known color: Brick Red. HEX triplet: C3, 28 and 3C. RGB value is (195,40,60). Sum of RGB (Red+Green+Blue) = 195+40+60=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3283C is #3CD7C3. Grayscale: #585858. Windows color (decimal): -3987396 or 3942595. OLE color: 3942595.

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

Color convert

RGB 195 40 60 -
CMYK 0 0.79 0.69 0.24
HSL 352.26º 0.66% 0.46% -
HSV(B) 352.26º 0.79% 0.76% -
XYZ 24.08 13.45 5.6 -
YUV 88.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 195 40 60 0 0.79 0.69 0.24 352.26 0.66 0.46
Hex C3 28 3C 0 4F 45 18 160 42 2E
Octal 303 50 74 0 117 105 30 540 102 56
Binary 11000011 101000 111100 0 1001111 1000101 11000 101100000 1000010 101110

Color Harmonies of #C3283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3283C

Black with #C3283C

Text Example


Text Example

White with #C3283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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