Html Css Color HEX #BE0435 Cardinal

📋 copy color: '#BE0435'

red 190 ◦ green 4 ◦ blue 53

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

Shades of Cardinal #BE0435

Tints of Cardinal #BE0435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 76.92%
G = 1.62%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE0435 (or 0xBE0435) is known color: Cardinal. HEX triplet: BE, 04 and 35. RGB value is (190,4,53). Sum of RGB (Red+Green+Blue) = 190+4+53=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0435 is #41FBCA. Grayscale: #414141. Windows color (decimal): -4324299 or 3474622. OLE color: 3474622.

HSL color Cylindrical-coordinate representation of color #BE0435: hue angle of 344.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0435 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 4 53 -
CMYK 0 0.98 0.72 0.25
HSL 344.19º 0.96% 0.38% -
HSV(B) 344.19º 0.98% 0.75% -
XYZ 21.92 11.29 4.39 -
YUV 65.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 190 4 53 0 0.98 0.72 0.25 344.19 0.96 0.38
Hex BE 4 35 0 62 48 19 158 60 26
Octal 276 4 65 0 142 110 31 530 140 46
Binary 10111110 100 110101 0 1100010 1001000 11001 101011000 1100000 100110

Color Harmonies of #BE0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0435

Black with #BE0435

Text Example


Text Example

White with #BE0435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0435; }

 p { color: rgb(190,4,53); }

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

background-color css

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

 a { background-color: rgb(190,4,53); }

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

border-color css

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

 span { border-color: rgb(190,4,53); }

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