Html Css Color HEX #BE0143 Cardinal

📋 copy color: '#BE0143'

red 190 ◦ green 1 ◦ blue 67

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

Shades of Cardinal #BE0143

Tints of Cardinal #BE0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.97%

R = 73.64%
G = 0.39%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE0143 (or 0xBE0143) is known color: Cardinal. HEX triplet: BE, 01 and 43. RGB value is (190,1,67). Sum of RGB (Red+Green+Blue) = 190+1+67=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0143 is #41FEBC. Grayscale: #404040. Windows color (decimal): -4325053 or 4391358. OLE color: 4391358.

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

Color convert

RGB 190 1 67 -
CMYK 0 0.99 0.65 0.25
HSL 339.05º 0.99% 0.37% -
HSV(B) 339.05º 0.99% 0.75% -
XYZ 22.26 11.37 6.33 -
YUV 65.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 190 1 67 0 0.99 0.65 0.25 339.05 0.99 0.37
Hex BE 1 43 0 63 41 19 153 63 25
Octal 276 1 103 0 143 101 31 523 143 45
Binary 10111110 1 1000011 0 1100011 1000001 11001 101010011 1100011 100101

Color Harmonies of #BE0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0143

Black with #BE0143

Text Example


Text Example

White with #BE0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0143; }

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

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

background-color css

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

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

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

border-color css

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

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

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