Html Css Color HEX #BE0332 Cardinal

📋 copy color: '#BE0332'

red 190 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #BE0332

Tints of Cardinal #BE0332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 78.19%
G = 1.23%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE0332 (or 0xBE0332) is known color: Cardinal. HEX triplet: BE, 03 and 32. RGB value is (190,3,50). Sum of RGB (Red+Green+Blue) = 190+3+50=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0332 is #41FCCD. Grayscale: #404040. Windows color (decimal): -4324558 or 3277758. OLE color: 3277758.

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

Color convert

RGB 190 3 50 -
CMYK 0 0.98 0.74 0.25
HSL 344.92º 0.97% 0.38% -
HSV(B) 344.92º 0.98% 0.75% -
XYZ 21.84 11.24 4.04 -
YUV 64.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 190 3 50 0 0.98 0.74 0.25 344.92 0.97 0.38
Hex BE 3 32 0 62 4A 19 159 61 26
Octal 276 3 62 0 142 112 31 531 141 46
Binary 10111110 11 110010 0 1100010 1001010 11001 101011001 1100001 100110

Color Harmonies of #BE0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0332

Black with #BE0332

Text Example


Text Example

White with #BE0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0332; }

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

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

background-color css

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

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

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

border-color css

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

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

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