Html Css Color HEX #BE0432 Cardinal

📋 copy color: '#BE0432'

red 190 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #BE0432

Tints of Cardinal #BE0432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 77.87%
G = 1.64%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE0432 (or 0xBE0432) is known color: Cardinal. HEX triplet: BE, 04 and 32. RGB value is (190,4,50). Sum of RGB (Red+Green+Blue) = 190+4+50=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0432 is #41FBCD. Grayscale: #404040. Windows color (decimal): -4324302 or 3278014. OLE color: 3278014.

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

Color convert

RGB 190 4 50 -
CMYK 0 0.98 0.74 0.25
HSL 345.16º 0.96% 0.38% -
HSV(B) 345.16º 0.98% 0.75% -
XYZ 21.85 11.26 4.04 -
YUV 64.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 190 4 50 0 0.98 0.74 0.25 345.16 0.96 0.38
Hex BE 4 32 0 62 4A 19 159 60 26
Octal 276 4 62 0 142 112 31 531 140 46
Binary 10111110 100 110010 0 1100010 1001010 11001 101011001 1100000 100110

Color Harmonies of #BE0432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0432

Black with #BE0432

Text Example


Text Example

White with #BE0432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0432; }

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

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

background-color css

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

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

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

border-color css

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

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

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