Html Css Color HEX #C3054B Cardinal

📋 copy color: '#C3054B'

red 195 ◦ green 5 ◦ blue 75

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

Shades of Cardinal #C3054B

Tints of Cardinal #C3054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 70.91%
G = 1.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3054B (or 0xC3054B) is known color: Cardinal. HEX triplet: C3, 05 and 4B. RGB value is (195,5,75). Sum of RGB (Red+Green+Blue) = 195+5+75=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3054B is #3CFAB4. Grayscale: #454545. Windows color (decimal): -3996341 or 4916675. OLE color: 4916675.

HSL color Cylindrical-coordinate representation of color #C3054B: hue angle of 337.89º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3054B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 75 -
CMYK 0 0.97 0.62 0.24
HSL 337.89º 0.95% 0.39% -
HSV(B) 337.89º 0.97% 0.76% -
XYZ 23.83 12.22 7.76 -
YUV 69.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 195 5 75 0 0.97 0.62 0.24 337.89 0.95 0.39
Hex C3 5 4B 0 61 3E 18 152 5F 27
Octal 303 5 113 0 141 76 30 522 137 47
Binary 11000011 101 1001011 0 1100001 111110 11000 101010010 1011111 100111

Color Harmonies of #C3054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3054B

Black with #C3054B

Text Example


Text Example

White with #C3054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3054B; }

 p { color: rgb(195,5,75); }

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

background-color css

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

 a { background-color: rgb(195,5,75); }

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

border-color css

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

 span { border-color: rgb(195,5,75); }

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