Html Css Color HEX #BE0339 Cardinal

📋 copy color: '#BE0339'

red 190 ◦ green 3 ◦ blue 57

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

Shades of Cardinal #BE0339

Tints of Cardinal #BE0339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 76%
G = 1.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BE0339 (or 0xBE0339) is known color: Cardinal. HEX triplet: BE, 03 and 39. RGB value is (190,3,57). Sum of RGB (Red+Green+Blue) = 190+3+57=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0339 is #41FCC6. Grayscale: #414141. Windows color (decimal): -4324551 or 3736510. OLE color: 3736510.

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

Color convert

RGB 190 3 57 -
CMYK 0 0.98 0.7 0.25
HSL 342.67º 0.97% 0.38% -
HSV(B) 342.67º 0.98% 0.75% -
XYZ 22.01 11.31 4.89 -
YUV 65.07 123.45 217.11 -
System Red Green Blue C M Y K H S L
Decimal 190 3 57 0 0.98 0.7 0.25 342.67 0.97 0.38
Hex BE 3 39 0 62 46 19 157 61 26
Octal 276 3 71 0 142 106 31 527 141 46
Binary 10111110 11 111001 0 1100010 1000110 11001 101010111 1100001 100110

Color Harmonies of #BE0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0339

Black with #BE0339

Text Example


Text Example

White with #BE0339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0339; }

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

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

background-color css

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

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

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

border-color css

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

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

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