#BE263A

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

Shades of Cardinal #BE263A

Tints of Cardinal #BE263A

Color information

#BE263A (or 0xBE263A) is unknown color: approx Cardinal. HEX triplet: BE, 26 and 3A. RGB value is (190,38,58). Sum of RGB (Red+Green+Blue) = 190+38+58=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE263A is #41D9C5. Grayscale: #555555. Windows color (decimal): -4315590 or 3811006. OLE color: 3811006.

HSL color Cylindrical-coordinate representation of color #BE263A: hue angle of 352.11º 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 #BE263A is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1903858-
CMYK00.80.690.25
HSL352.11º66.67%44.71%-
HSV(B)352.11º80%74.51%-
XYZ22.6912.645.25-
YUV85.73112.36202.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=66.43%
G=13.29%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190385800.80.690.25352.1166.6744.71
HexBE263A0504519160432d
Octal276467201201053154010355
Binary10111110100110111010010100001000101110011011000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE263A; }

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

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

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

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

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

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

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

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