Html Css Color HEX #C33A48 Brick Red

📋 copy color: '#C33A48'

red 195 ◦ green 58 ◦ blue 72

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

Shades of Brick Red #C33A48

Tints of Brick Red #C33A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 60%
G = 17.85%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C33A48 (or 0xC33A48) is known color: Brick Red. HEX triplet: C3, 3A and 48. RGB value is (195,58,72). Sum of RGB (Red+Green+Blue) = 195+58+72=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A48 is #3CC5B7. Grayscale: #646464. Windows color (decimal): -3982776 or 4733635. OLE color: 4733635.

HSL color Cylindrical-coordinate representation of color #C33A48: hue angle of 353.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A48 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 72 -
CMYK 0 0.70 0.63 0.24
HSL 353.87º 0.54% 0.5% -
HSV(B) 353.87º 0.7% 0.76% -
XYZ 25.19 15.1 7.72 -
YUV 100.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 195 58 72 0 0.70 0.63 0.24 353.87 0.54 0.5
Hex C3 3A 48 0 46 3F 18 162 36 32
Octal 303 72 110 0 106 77 30 542 66 62
Binary 11000011 111010 1001000 0 1000110 111111 11000 101100010 110110 110010

Color Harmonies of #C33A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A48

Black with #C33A48

Text Example


Text Example

White with #C33A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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