Html Css Color HEX #BE0C34 Cardinal

📋 copy color: '#BE0C34'

red 190 ◦ green 12 ◦ blue 52

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

Shades of Cardinal #BE0C34

Tints of Cardinal #BE0C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

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

R = 74.8%
G = 4.72%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE0C34 (or 0xBE0C34) is known color: Cardinal. HEX triplet: BE, 0C and 34. RGB value is (190,12,52). Sum of RGB (Red+Green+Blue) = 190+12+52=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C34 is #41F3CB. Grayscale: #454545. Windows color (decimal): -4322252 or 3411134. OLE color: 3411134.

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

Color convert

RGB 190 12 52 -
CMYK 0 0.94 0.73 0.25
HSL 346.52º 0.88% 0.4% -
HSV(B) 346.52º 0.94% 0.75% -
XYZ 21.99 11.46 4.3 -
YUV 69.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 190 12 52 0 0.94 0.73 0.25 346.52 0.88 0.4
Hex BE C 34 0 5E 49 19 15B 58 28
Octal 276 14 64 0 136 111 31 533 130 50
Binary 10111110 1100 110100 0 1011110 1001001 11001 101011011 1011000 101000

Color Harmonies of #BE0C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C34

Black with #BE0C34

Text Example


Text Example

White with #BE0C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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