Html Css Color HEX #BE032E Cardinal

📋 copy color: '#BE032E'

red 190 ◦ green 3 ◦ blue 46

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

Shades of Cardinal #BE032E

Tints of Cardinal #BE032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 79.5%
G = 1.26%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE032E (or 0xBE032E) is known color: Cardinal. HEX triplet: BE, 03 and 2E. RGB value is (190,3,46). Sum of RGB (Red+Green+Blue) = 190+3+46=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE032E is #41FCD1. Grayscale: #3F3F3F. Windows color (decimal): -4324562 or 3015614. OLE color: 3015614.

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

Color convert

RGB 190 3 46 -
CMYK 0 0.98 0.76 0.25
HSL 346.2º 0.97% 0.38% -
HSV(B) 346.2º 0.98% 0.75% -
XYZ 21.76 11.21 3.6 -
YUV 63.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 190 3 46 0 0.98 0.76 0.25 346.2 0.97 0.38
Hex BE 3 2E 0 62 4C 19 15A 61 26
Octal 276 3 56 0 142 114 31 532 141 46
Binary 10111110 11 101110 0 1100010 1001100 11001 101011010 1100001 100110

Color Harmonies of #BE032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE032E

Black with #BE032E

Text Example


Text Example

White with #BE032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE032E; }

 p { color: rgb(190,3,46); }

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

background-color css

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

 a { background-color: rgb(190,3,46); }

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

border-color css

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

 span { border-color: rgb(190,3,46); }

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