Html Css Color HEX #BE094C Cardinal

📋 copy color: '#BE094C'

red 190 ◦ green 9 ◦ blue 76

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

Shades of Cardinal #BE094C

Tints of Cardinal #BE094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 69.09%
G = 3.27%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE094C (or 0xBE094C) is known color: Cardinal. HEX triplet: BE, 09 and 4C. RGB value is (190,9,76). Sum of RGB (Red+Green+Blue) = 190+9+76=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE094C is #41F6B3. Grayscale: #464646. Windows color (decimal): -4322996 or 4983230. OLE color: 4983230.

HSL color Cylindrical-coordinate representation of color #BE094C: hue angle of 337.79º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE094C is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 9 76 -
CMYK 0 0.95 0.60 0.25
HSL 337.79º 0.91% 0.39% -
HSV(B) 337.79º 0.95% 0.75% -
XYZ 22.64 11.66 7.9 -
YUV 70.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 190 9 76 0 0.95 0.60 0.25 337.79 0.91 0.39
Hex BE 9 4C 0 5F 3C 19 152 5B 27
Octal 276 11 114 0 137 74 31 522 133 47
Binary 10111110 1001 1001100 0 1011111 111100 11001 101010010 1011011 100111

Color Harmonies of #BE094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE094C

Black with #BE094C

Text Example


Text Example

White with #BE094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE094C; }

 p { color: rgb(190,9,76); }

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

background-color css

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

 a { background-color: rgb(190,9,76); }

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

border-color css

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

 span { border-color: rgb(190,9,76); }

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