#C3184B

Color #C3184B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C3184B

Tints of Cardinal #C3184B

Color information

#C3184B (or 0xC3184B) is unknown color: approx Cardinal. HEX triplet: C3, 18 and 4B. RGB value is (195,24,75). Sum of RGB (Red+Green+Blue) = 195+24+75=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3184B is #3CE7B4. Grayscale: #505050. Windows color (decimal): -3991477 or 4921539. OLE color: 4921539.

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

Color convert

RGB1952475-
CMYK00.880.620.24
HSL342.11º78.08%42.94%-
HSV(B)342.11º87.69%76.47%-
XYZ24.112.767.85-
YUV80.94124.65209.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.33%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=66.33%
G=8.16%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195247500.880.620.24342.1178.0842.94
HexC3184B0583E181564e2b
Octal303301130130763052611653
Binary1100001111000100101101011000111110110001010101101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3184B; }

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

 H1.HeaderClassName
 {
   color: #C3184B;
 }
 .AnyTagClassName
 {
   color: #C3184B;
 }
</style>
background-color css

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

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

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

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

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

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