Html Css Color HEX #C93B4B Brick Red

📋 copy color: '#C93B4B'

red 201 ◦ green 59 ◦ blue 75

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

Shades of Brick Red #C93B4B

Tints of Brick Red #C93B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 60%
G = 17.61%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C93B4B (or 0xC93B4B) is known color: Brick Red. HEX triplet: C9, 3B and 4B. RGB value is (201,59,75). Sum of RGB (Red+Green+Blue) = 201+59+75=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B4B is #36C4B4. Grayscale: #676767. Windows color (decimal): -3589301 or 4930505. OLE color: 4930505.

HSL color Cylindrical-coordinate representation of color #C93B4B: hue angle of 353.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93B4B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 59 75 -
CMYK 0 0.71 0.63 0.21
HSL 353.24º 0.57% 0.51% -
HSV(B) 353.24º 0.71% 0.79% -
XYZ 26.92 16.05 8.34 -
YUV 103.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 201 59 75 0 0.71 0.63 0.21 353.24 0.57 0.51
Hex C9 3B 4B 0 47 3F 15 161 39 33
Octal 311 73 113 0 107 77 25 541 71 63
Binary 11001001 111011 1001011 0 1000111 111111 10101 101100001 111001 110011

Color Harmonies of #C93B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B4B

Black with #C93B4B

Text Example


Text Example

White with #C93B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B4B; }

 p { color: rgb(201,59,75); }

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

background-color css

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

 a { background-color: rgb(201,59,75); }

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

border-color css

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

 span { border-color: rgb(201,59,75); }

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