Html Css Color HEX #BE033E Cardinal

📋 copy color: '#BE033E'

red 190 ◦ green 3 ◦ blue 62

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

Shades of Cardinal #BE033E

Tints of Cardinal #BE033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 74.51%
G = 1.18%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE033E (or 0xBE033E) is known color: Cardinal. HEX triplet: BE, 03 and 3E. RGB value is (190,3,62). Sum of RGB (Red+Green+Blue) = 190+3+62=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE033E is #41FCC1. Grayscale: #414141. Windows color (decimal): -4324546 or 4064190. OLE color: 4064190.

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

Color convert

RGB 190 3 62 -
CMYK 0 0.98 0.67 0.25
HSL 341.07º 0.97% 0.38% -
HSV(B) 341.07º 0.98% 0.75% -
XYZ 22.14 11.36 5.58 -
YUV 65.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 190 3 62 0 0.98 0.67 0.25 341.07 0.97 0.38
Hex BE 3 3E 0 62 43 19 155 61 26
Octal 276 3 76 0 142 103 31 525 141 46
Binary 10111110 11 111110 0 1100010 1000011 11001 101010101 1100001 100110

Color Harmonies of #BE033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE033E

Black with #BE033E

Text Example


Text Example

White with #BE033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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