Html Css Color HEX #BE243B Cardinal

📋 copy color: '#BE243B'

red 190 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #BE243B

Tints of Cardinal #BE243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 66.67%
G = 12.63%
B = 20.7%

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

#BE243B (or 0xBE243B) is known color: Cardinal. HEX triplet: BE, 24 and 3B. RGB value is (190,36,59). Sum of RGB (Red+Green+Blue) = 190+36+59=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE243B is #41DBC4. Grayscale: #545454. Windows color (decimal): -4316101 or 3876030. OLE color: 3876030.

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

Color convert

RGB 190 36 59 -
CMYK 0 0.81 0.69 0.25
HSL 351.04º 0.68% 0.44% -
HSV(B) 351.04º 0.81% 0.75% -
XYZ 22.66 12.52 5.36 -
YUV 84.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 190 36 59 0 0.81 0.69 0.25 351.04 0.68 0.44
Hex BE 24 3B 0 51 45 19 15F 44 2C
Octal 276 44 73 0 121 105 31 537 104 54
Binary 10111110 100100 111011 0 1010001 1000101 11001 101011111 1000100 101100

Color Harmonies of #BE243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE243B

Black with #BE243B

Text Example


Text Example

White with #BE243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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