Html Css Color HEX #C33045 Brick Red

📋 copy color: '#C33045'

red 195 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #C33045

Tints of Brick Red #C33045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 62.5%
G = 15.38%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33045 (or 0xC33045) is known color: Brick Red. HEX triplet: C3, 30 and 45. RGB value is (195,48,69). Sum of RGB (Red+Green+Blue) = 195+48+69=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33045 is #3CCFBA. Grayscale: #5E5E5E. Windows color (decimal): -3985339 or 4534467. OLE color: 4534467.

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

Color convert

RGB 195 48 69 -
CMYK 0 0.75 0.65 0.24
HSL 351.43º 0.6% 0.48% -
HSV(B) 351.43º 0.75% 0.76% -
XYZ 24.64 14.15 7.06 -
YUV 94.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 195 48 69 0 0.75 0.65 0.24 351.43 0.6 0.48
Hex C3 30 45 0 4B 41 18 15F 3C 30
Octal 303 60 105 0 113 101 30 537 74 60
Binary 11000011 110000 1000101 0 1001011 1000001 11000 101011111 111100 110000

Color Harmonies of #C33045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33045

Black with #C33045

Text Example


Text Example

White with #C33045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33045; }

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

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

background-color css

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

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

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

border-color css

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

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

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