Html Css Color HEX #C3273B Brick Red

📋 copy color: '#C3273B'

red 195 ◦ green 39 ◦ blue 59

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

Shades of Brick Red #C3273B

Tints of Brick Red #C3273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 66.55%
G = 13.31%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3273B (or 0xC3273B) is known color: Brick Red. HEX triplet: C3, 27 and 3B. RGB value is (195,39,59). Sum of RGB (Red+Green+Blue) = 195+39+59=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3273B is #3CD8C4. Grayscale: #575757. Windows color (decimal): -3987653 or 3876803. OLE color: 3876803.

HSL color Cylindrical-coordinate representation of color #C3273B: hue angle of 352.31º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3273B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 59 -
CMYK 0 0.80 0.70 0.24
HSL 352.31º 0.67% 0.46% -
HSV(B) 352.31º 0.8% 0.76% -
XYZ 24.02 13.37 5.45 -
YUV 87.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 195 39 59 0 0.80 0.70 0.24 352.31 0.67 0.46
Hex C3 27 3B 0 50 46 18 160 43 2E
Octal 303 47 73 0 120 106 30 540 103 56
Binary 11000011 100111 111011 0 1010000 1000110 11000 101100000 1000011 101110

Color Harmonies of #C3273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3273B

Black with #C3273B

Text Example


Text Example

White with #C3273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3273B; }

 p { color: rgb(195,39,59); }

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

background-color css

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

 a { background-color: rgb(195,39,59); }

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

border-color css

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

 span { border-color: rgb(195,39,59); }

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