Html Css Color HEX #BE2334 Cardinal

📋 copy color: '#BE2334'

red 190 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #BE2334

Tints of Cardinal #BE2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 68.59%
G = 12.64%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE2334 (or 0xBE2334) is known color: Cardinal. HEX triplet: BE, 23 and 34. RGB value is (190,35,52). Sum of RGB (Red+Green+Blue) = 190+35+52=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2334 is #41DCCB. Grayscale: #535353. Windows color (decimal): -4316364 or 3417022. OLE color: 3417022.

HSL color Cylindrical-coordinate representation of color #BE2334: hue angle of 353.42º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2334 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 52 -
CMYK 0 0.82 0.73 0.25
HSL 353.42º 0.69% 0.44% -
HSV(B) 353.42º 0.82% 0.75% -
XYZ 22.46 12.4 4.46 -
YUV 83.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 190 35 52 0 0.82 0.73 0.25 353.42 0.69 0.44
Hex BE 23 34 0 52 49 19 161 45 2C
Octal 276 43 64 0 122 111 31 541 105 54
Binary 10111110 100011 110100 0 1010010 1001001 11001 101100001 1000101 101100

Color Harmonies of #BE2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2334

Black with #BE2334

Text Example


Text Example

White with #BE2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2334; }

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

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

background-color css

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

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

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

border-color css

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

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

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