Html Css Color HEX #BE242B Cardinal

📋 copy color: '#BE242B'

red 190 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #BE242B

Tints of Cardinal #BE242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 70.63%
G = 13.38%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE242B (or 0xBE242B) is known color: Cardinal. HEX triplet: BE, 24 and 2B. RGB value is (190,36,43). Sum of RGB (Red+Green+Blue) = 190+36+43=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE242B is #41DBD4. Grayscale: #525252. Windows color (decimal): -4316117 or 2827454. OLE color: 2827454.

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

Color convert

RGB 190 36 43 -
CMYK 0 0.81 0.77 0.25
HSL 357.27º 0.68% 0.44% -
HSV(B) 357.27º 0.81% 0.75% -
XYZ 22.3 12.38 3.5 -
YUV 82.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 190 36 43 0 0.81 0.77 0.25 357.27 0.68 0.44
Hex BE 24 2B 0 51 4D 19 165 44 2C
Octal 276 44 53 0 121 115 31 545 104 54
Binary 10111110 100100 101011 0 1010001 1001101 11001 101100101 1000100 101100

Color Harmonies of #BE242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE242B

Black with #BE242B

Text Example


Text Example

White with #BE242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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