Html Css Color HEX #BE0334 Cardinal

📋 copy color: '#BE0334'

red 190 ◦ green 3 ◦ blue 52

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

Shades of Cardinal #BE0334

Tints of Cardinal #BE0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 77.55%
G = 1.22%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE0334 (or 0xBE0334) is known color: Cardinal. HEX triplet: BE, 03 and 34. RGB value is (190,3,52). Sum of RGB (Red+Green+Blue) = 190+3+52=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0334 is #41FCCB. Grayscale: #404040. Windows color (decimal): -4324556 or 3408830. OLE color: 3408830.

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

Color convert

RGB 190 3 52 -
CMYK 0 0.98 0.73 0.25
HSL 344.28º 0.97% 0.38% -
HSV(B) 344.28º 0.98% 0.75% -
XYZ 21.89 11.26 4.27 -
YUV 64.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 190 3 52 0 0.98 0.73 0.25 344.28 0.97 0.38
Hex BE 3 34 0 62 49 19 158 61 26
Octal 276 3 64 0 142 111 31 530 141 46
Binary 10111110 11 110100 0 1100010 1001001 11001 101011000 1100001 100110

Color Harmonies of #BE0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0334

Black with #BE0334

Text Example


Text Example

White with #BE0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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