Html Css Color HEX #C33646 Brick Red

📋 copy color: '#C33646'

red 195 ◦ green 54 ◦ blue 70

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

Shades of Brick Red #C33646

Tints of Brick Red #C33646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 61.13%
G = 16.93%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C33646 (or 0xC33646) is known color: Brick Red. HEX triplet: C3, 36 and 46. RGB value is (195,54,70). Sum of RGB (Red+Green+Blue) = 195+54+70=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C33646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33646 is #3CC9B9. Grayscale: #626262. Windows color (decimal): -3983802 or 4601539. OLE color: 4601539.

HSL color Cylindrical-coordinate representation of color #C33646: hue angle of 353.19º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33646 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 70 -
CMYK 0 0.72 0.64 0.24
HSL 353.19º 0.57% 0.49% -
HSV(B) 353.19º 0.72% 0.76% -
XYZ 24.93 14.68 7.31 -
YUV 97.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 195 54 70 0 0.72 0.64 0.24 353.19 0.57 0.49
Hex C3 36 46 0 48 40 18 161 39 31
Octal 303 66 106 0 110 100 30 541 71 61
Binary 11000011 110110 1000110 0 1001000 1000000 11000 101100001 111001 110001

Color Harmonies of #C33646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33646

Black with #C33646

Text Example


Text Example

White with #C33646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33646; }

 p { color: rgb(195,54,70); }

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

background-color css

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

 a { background-color: rgb(195,54,70); }

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

border-color css

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

 span { border-color: rgb(195,54,70); }

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