Html Css Color HEX #BE0B45 Cardinal

📋 copy color: '#BE0B45'

red 190 ◦ green 11 ◦ blue 69

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

Shades of Cardinal #BE0B45

Tints of Cardinal #BE0B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.07%

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 70.37%
G = 4.07%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE0B45 (or 0xBE0B45) is known color: Cardinal. HEX triplet: BE, 0B and 45. RGB value is (190,11,69). Sum of RGB (Red+Green+Blue) = 190+11+69=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B45 is #41F4BA. Grayscale: #474747. Windows color (decimal): -4322491 or 4524990. OLE color: 4524990.

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

Color convert

RGB 190 11 69 -
CMYK 0 0.94 0.64 0.25
HSL 340.56º 0.89% 0.39% -
HSV(B) 340.56º 0.94% 0.75% -
XYZ 22.43 11.62 6.69 -
YUV 71.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 190 11 69 0 0.94 0.64 0.25 340.56 0.89 0.39
Hex BE B 45 0 5E 40 19 155 59 27
Octal 276 13 105 0 136 100 31 525 131 47
Binary 10111110 1011 1000101 0 1011110 1000000 11001 101010101 1011001 100111

Color Harmonies of #BE0B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B45

Black with #BE0B45

Text Example


Text Example

White with #BE0B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B45; }

 p { color: rgb(190,11,69); }

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

background-color css

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

 a { background-color: rgb(190,11,69); }

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

border-color css

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

 span { border-color: rgb(190,11,69); }

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