Html Css Color HEX #BE0433 Cardinal

📋 copy color: '#BE0433'

red 190 ◦ green 4 ◦ blue 51

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

Shades of Cardinal #BE0433

Tints of Cardinal #BE0433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 77.55%
G = 1.63%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE0433 (or 0xBE0433) is known color: Cardinal. HEX triplet: BE, 04 and 33. RGB value is (190,4,51). Sum of RGB (Red+Green+Blue) = 190+4+51=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0433 is #41FBCC. Grayscale: #404040. Windows color (decimal): -4324301 or 3343550. OLE color: 3343550.

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

Color convert

RGB 190 4 51 -
CMYK 0 0.98 0.73 0.25
HSL 344.84º 0.96% 0.38% -
HSV(B) 344.84º 0.98% 0.75% -
XYZ 21.88 11.27 4.15 -
YUV 64.97 120.12 217.18 -
System Red Green Blue C M Y K H S L
Decimal 190 4 51 0 0.98 0.73 0.25 344.84 0.96 0.38
Hex BE 4 33 0 62 49 19 159 60 26
Octal 276 4 63 0 142 111 31 531 140 46
Binary 10111110 100 110011 0 1100010 1001001 11001 101011001 1100000 100110

Color Harmonies of #BE0433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0433

Black with #BE0433

Text Example


Text Example

White with #BE0433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0433; }

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

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

background-color css

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

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

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

border-color css

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

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

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