Html Css Color HEX #BE033A Cardinal

📋 copy color: '#BE033A'

red 190 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #BE033A

Tints of Cardinal #BE033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 75.7%
G = 1.2%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE033A (or 0xBE033A) is known color: Cardinal. HEX triplet: BE, 03 and 3A. RGB value is (190,3,58). Sum of RGB (Red+Green+Blue) = 190+3+58=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE033A is #41FCC5. Grayscale: #414141. Windows color (decimal): -4324550 or 3802046. OLE color: 3802046.

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

Color convert

RGB 190 3 58 -
CMYK 0 0.98 0.69 0.25
HSL 342.35º 0.97% 0.38% -
HSV(B) 342.35º 0.98% 0.75% -
XYZ 22.03 11.32 5.03 -
YUV 65.18 123.95 217.03 -
System Red Green Blue C M Y K H S L
Decimal 190 3 58 0 0.98 0.69 0.25 342.35 0.97 0.38
Hex BE 3 3A 0 62 45 19 156 61 26
Octal 276 3 72 0 142 105 31 526 141 46
Binary 10111110 11 111010 0 1100010 1000101 11001 101010110 1100001 100110

Color Harmonies of #BE033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE033A

Black with #BE033A

Text Example


Text Example

White with #BE033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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