Html Css Color HEX #C33A45 Brick Red

📋 copy color: '#C33A45'

red 195 ◦ green 58 ◦ blue 69

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

Shades of Brick Red #C33A45

Tints of Brick Red #C33A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 60.56%
G = 18.01%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33A45 (or 0xC33A45) is known color: Brick Red. HEX triplet: C3, 3A and 45. RGB value is (195,58,69). Sum of RGB (Red+Green+Blue) = 195+58+69=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A45 is #3CC5BA. Grayscale: #646464. Windows color (decimal): -3982779 or 4537027. OLE color: 4537027.

HSL color Cylindrical-coordinate representation of color #C33A45: hue angle of 355.18º 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 #C33A45 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 69 -
CMYK 0 0.70 0.65 0.24
HSL 355.18º 0.54% 0.5% -
HSV(B) 355.18º 0.7% 0.76% -
XYZ 25.09 15.06 7.21 -
YUV 100.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 195 58 69 0 0.70 0.65 0.24 355.18 0.54 0.5
Hex C3 3A 45 0 46 41 18 163 36 32
Octal 303 72 105 0 106 101 30 543 66 62
Binary 11000011 111010 1000101 0 1000110 1000001 11000 101100011 110110 110010

Color Harmonies of #C33A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A45

Black with #C33A45

Text Example


Text Example

White with #C33A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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