Html Css Color HEX #BE253A Cardinal

📋 copy color: '#BE253A'

red 190 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #BE253A

Tints of Cardinal #BE253A

RGB

 RED value IS 190 (74.61% from 255) = 66.67%

 GREEN value IS 37 (14.84% from 255) = 12.98%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 66.67%
G = 12.98%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE253A (or 0xBE253A) is known color: Cardinal. HEX triplet: BE, 25 and 3A. RGB value is (190,37,58). Sum of RGB (Red+Green+Blue) = 190+37+58=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE253A is #41DAC5. Grayscale: #555555. Windows color (decimal): -4315846 or 3810750. OLE color: 3810750.

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

Color convert

RGB 190 37 58 -
CMYK 0 0.81 0.69 0.25
HSL 351.76º 0.67% 0.45% -
HSV(B) 351.76º 0.81% 0.75% -
XYZ 22.66 12.58 5.24 -
YUV 85.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 190 37 58 0 0.81 0.69 0.25 351.76 0.67 0.45
Hex BE 25 3A 0 51 45 19 160 43 2D
Octal 276 45 72 0 121 105 31 540 103 55
Binary 10111110 100101 111010 0 1010001 1000101 11001 101100000 1000011 101101

Color Harmonies of #BE253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE253A

Black with #BE253A

Text Example


Text Example

White with #BE253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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