#C0263A

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

Shades of Cardinal #C0263A

Tints of Cardinal #C0263A

Color information

#C0263A (or 0xC0263A) is unknown color: approx Cardinal. HEX triplet: C0, 26 and 3A. RGB value is (192,38,58). Sum of RGB (Red+Green+Blue) = 192+38+58=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0263A is #3FD9C5. Grayscale: #565656. Windows color (decimal): -4184518 or 3811008. OLE color: 3811008.

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

Color convert

RGB1923858-
CMYK00.800.700.25
HSL352.21º66.96%45.1%-
HSV(B)352.21º80.21%75.29%-
XYZ23.212.95.27-
YUV86.33112.02203.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.67%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=66.67%
G=13.19%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192385800.800.700.25352.2166.9645.1
HexC0263A0504619160432d
Octal300467201201063154010355
Binary11000000100110111010010100001000110110011011000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0263A; }

 p { color: rgb(192,38,58); }

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

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

 a { background-color: rgb(192,38,58); }

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

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

 span { border-color: rgb(192,38,58); }

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