Html Css Color HEX #BE033D Cardinal

📋 copy color: '#BE033D'

red 190 ◦ green 3 ◦ blue 61

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

Shades of Cardinal #BE033D

Tints of Cardinal #BE033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 74.8%
G = 1.18%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE033D (or 0xBE033D) is known color: Cardinal. HEX triplet: BE, 03 and 3D. RGB value is (190,3,61). Sum of RGB (Red+Green+Blue) = 190+3+61=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE033D is #41FCC2. Grayscale: #414141. Windows color (decimal): -4324547 or 3998654. OLE color: 3998654.

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

Color convert

RGB 190 3 61 -
CMYK 0 0.98 0.68 0.25
HSL 341.39º 0.97% 0.38% -
HSV(B) 341.39º 0.98% 0.75% -
XYZ 22.11 11.35 5.44 -
YUV 65.53 125.45 216.78 -
System Red Green Blue C M Y K H S L
Decimal 190 3 61 0 0.98 0.68 0.25 341.39 0.97 0.38
Hex BE 3 3D 0 62 44 19 155 61 26
Octal 276 3 75 0 142 104 31 525 141 46
Binary 10111110 11 111101 0 1100010 1000100 11001 101010101 1100001 100110

Color Harmonies of #BE033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE033D

Black with #BE033D

Text Example


Text Example

White with #BE033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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