Html Css Color HEX #BE0141 Cardinal

📋 copy color: '#BE0141'

red 190 ◦ green 1 ◦ blue 65

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

Shades of Cardinal #BE0141

Tints of Cardinal #BE0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 74.22%
G = 0.39%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE0141 (or 0xBE0141) is known color: Cardinal. HEX triplet: BE, 01 and 41. RGB value is (190,1,65). Sum of RGB (Red+Green+Blue) = 190+1+65=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0141 is #41FEBE. Grayscale: #404040. Windows color (decimal): -4325055 or 4260286. OLE color: 4260286.

HSL color Cylindrical-coordinate representation of color #BE0141: hue angle of 339.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0141 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 65 -
CMYK 0 0.99 0.66 0.25
HSL 339.68º 0.99% 0.37% -
HSV(B) 339.68º 0.99% 0.75% -
XYZ 22.2 11.35 6.02 -
YUV 64.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 190 1 65 0 0.99 0.66 0.25 339.68 0.99 0.37
Hex BE 1 41 0 63 42 19 154 63 25
Octal 276 1 101 0 143 102 31 524 143 45
Binary 10111110 1 1000001 0 1100011 1000010 11001 101010100 1100011 100101

Color Harmonies of #BE0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0141

Black with #BE0141

Text Example


Text Example

White with #BE0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0141; }

 p { color: rgb(190,1,65); }

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

background-color css

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

 a { background-color: rgb(190,1,65); }

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

border-color css

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

 span { border-color: rgb(190,1,65); }

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