Html Css Color HEX #BE242E Cardinal

📋 copy color: '#BE242E'

red 190 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #BE242E

Tints of Cardinal #BE242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.24%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 69.85%
G = 13.24%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE242E (or 0xBE242E) is known color: Cardinal. HEX triplet: BE, 24 and 2E. RGB value is (190,36,46). Sum of RGB (Red+Green+Blue) = 190+36+46=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE242E is #41DBD1. Grayscale: #535353. Windows color (decimal): -4316114 or 3024062. OLE color: 3024062.

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

Color convert

RGB 190 36 46 -
CMYK 0 0.81 0.76 0.25
HSL 356.1º 0.68% 0.44% -
HSV(B) 356.1º 0.81% 0.75% -
XYZ 22.36 12.41 3.8 -
YUV 83.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 190 36 46 0 0.81 0.76 0.25 356.1 0.68 0.44
Hex BE 24 2E 0 51 4C 19 164 44 2C
Octal 276 44 56 0 121 114 31 544 104 54
Binary 10111110 100100 101110 0 1010001 1001100 11001 101100100 1000100 101100

Color Harmonies of #BE242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE242E

Black with #BE242E

Text Example


Text Example

White with #BE242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE242E; }

 p { color: rgb(190,36,46); }

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

background-color css

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

 a { background-color: rgb(190,36,46); }

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

border-color css

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

 span { border-color: rgb(190,36,46); }

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