Html Css Color HEX #C93048 Brick Red

📋 copy color: '#C93048'

red 201 ◦ green 48 ◦ blue 72

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

Shades of Brick Red #C93048

Tints of Brick Red #C93048

RGB

 RED value IS 201 (78.91% from 255) = 62.62%

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

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

R = 62.62%
G = 14.95%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93048 (or 0xC93048) is known color: Brick Red. HEX triplet: C9, 30 and 48. RGB value is (201,48,72). Sum of RGB (Red+Green+Blue) = 201+48+72=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93048 is #36CFB7. Grayscale: #606060. Windows color (decimal): -3592120 or 4731081. OLE color: 4731081.

HSL color Cylindrical-coordinate representation of color #C93048: hue angle of 350.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93048 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 72 -
CMYK 0 0.76 0.64 0.21
HSL 350.59º 0.61% 0.49% -
HSV(B) 350.59º 0.76% 0.79% -
XYZ 26.31 15 7.64 -
YUV 96.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 201 48 72 0 0.76 0.64 0.21 350.59 0.61 0.49
Hex C9 30 48 0 4C 40 15 15F 3D 31
Octal 311 60 110 0 114 100 25 537 75 61
Binary 11001001 110000 1001000 0 1001100 1000000 10101 101011111 111101 110001

Color Harmonies of #C93048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93048

Black with #C93048

Text Example


Text Example

White with #C93048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93048; }

 p { color: rgb(201,48,72); }

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

background-color css

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

 a { background-color: rgb(201,48,72); }

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

border-color css

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

 span { border-color: rgb(201,48,72); }

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