Html Css Color HEX #BE242A Cardinal

📋 copy color: '#BE242A'

red 190 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #BE242A

Tints of Cardinal #BE242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 70.9%
G = 13.43%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE242A (or 0xBE242A) is known color: Cardinal. HEX triplet: BE, 24 and 2A. RGB value is (190,36,42). Sum of RGB (Red+Green+Blue) = 190+36+42=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE242A is #41DBD5. Grayscale: #525252. Windows color (decimal): -4316118 or 2761918. OLE color: 2761918.

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

Color convert

RGB 190 36 42 -
CMYK 0 0.81 0.78 0.25
HSL 357.66º 0.68% 0.44% -
HSV(B) 357.66º 0.81% 0.75% -
XYZ 22.28 12.38 3.4 -
YUV 82.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 190 36 42 0 0.81 0.78 0.25 357.66 0.68 0.44
Hex BE 24 2A 0 51 4E 19 166 44 2C
Octal 276 44 52 0 121 116 31 546 104 54
Binary 10111110 100100 101010 0 1010001 1001110 11001 101100110 1000100 101100

Color Harmonies of #BE242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE242A

Black with #BE242A

Text Example


Text Example

White with #BE242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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