Html Css Color HEX #C33548 Brick Red

📋 copy color: '#C33548'

red 195 ◦ green 53 ◦ blue 72

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

Shades of Brick Red #C33548

Tints of Brick Red #C33548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 60.94%
G = 16.56%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C33548 (or 0xC33548) is known color: Brick Red. HEX triplet: C3, 35 and 48. RGB value is (195,53,72). Sum of RGB (Red+Green+Blue) = 195+53+72=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C33548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33548 is #3CCAB7. Grayscale: #616161. Windows color (decimal): -3984056 or 4732355. OLE color: 4732355.

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

Color convert

RGB 195 53 72 -
CMYK 0 0.73 0.63 0.24
HSL 351.97º 0.57% 0.49% -
HSV(B) 351.97º 0.73% 0.76% -
XYZ 24.95 14.62 7.64 -
YUV 97.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 195 53 72 0 0.73 0.63 0.24 351.97 0.57 0.49
Hex C3 35 48 0 49 3F 18 160 39 31
Octal 303 65 110 0 111 77 30 540 71 61
Binary 11000011 110101 1001000 0 1001001 111111 11000 101100000 111001 110001

Color Harmonies of #C33548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33548

Black with #C33548

Text Example


Text Example

White with #C33548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33548; }

 p { color: rgb(195,53,72); }

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

background-color css

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

 a { background-color: rgb(195,53,72); }

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

border-color css

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

 span { border-color: rgb(195,53,72); }

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