Html Css Color HEX #C3333C Brick Red

📋 copy color: '#C3333C'

red 195 ◦ green 51 ◦ blue 60

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

Shades of Brick Red #C3333C

Tints of Brick Red #C3333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 63.73%
G = 16.67%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3333C (or 0xC3333C) is known color: Brick Red. HEX triplet: C3, 33 and 3C. RGB value is (195,51,60). Sum of RGB (Red+Green+Blue) = 195+51+60=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3333C is #3CCCC3. Grayscale: #5F5F5F. Windows color (decimal): -3984580 or 3945411. OLE color: 3945411.

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

Color convert

RGB 195 51 60 -
CMYK 0 0.74 0.69 0.24
HSL 356.25º 0.59% 0.48% -
HSV(B) 356.25º 0.74% 0.76% -
XYZ 24.51 14.3 5.74 -
YUV 95.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 195 51 60 0 0.74 0.69 0.24 356.25 0.59 0.48
Hex C3 33 3C 0 4A 45 18 164 3B 30
Octal 303 63 74 0 112 105 30 544 73 60
Binary 11000011 110011 111100 0 1001010 1000101 11000 101100100 111011 110000

Color Harmonies of #C3333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3333C

Black with #C3333C

Text Example


Text Example

White with #C3333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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