Html Css Color HEX #C33A43 Brick Red

📋 copy color: '#C33A43'

red 195 ◦ green 58 ◦ blue 67

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

Shades of Brick Red #C33A43

Tints of Brick Red #C33A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 60.94%
G = 18.13%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33A43 (or 0xC33A43) is known color: Brick Red. HEX triplet: C3, 3A and 43. RGB value is (195,58,67). Sum of RGB (Red+Green+Blue) = 195+58+67=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A43 is #3CC5BC. Grayscale: #646464. Windows color (decimal): -3982781 or 4405955. OLE color: 4405955.

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

Color convert

RGB 195 58 67 -
CMYK 0 0.70 0.66 0.24
HSL 356.06º 0.54% 0.5% -
HSV(B) 356.06º 0.7% 0.76% -
XYZ 25.03 15.03 6.89 -
YUV 99.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 195 58 67 0 0.70 0.66 0.24 356.06 0.54 0.5
Hex C3 3A 43 0 46 42 18 164 36 32
Octal 303 72 103 0 106 102 30 544 66 62
Binary 11000011 111010 1000011 0 1000110 1000010 11000 101100100 110110 110010

Color Harmonies of #C33A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A43

Black with #C33A43

Text Example


Text Example

White with #C33A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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