Html Css Color HEX #BE252B Cardinal

📋 copy color: '#BE252B'

red 190 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #BE252B

Tints of Cardinal #BE252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 70.37%
G = 13.7%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE252B (or 0xBE252B) is known color: Cardinal. HEX triplet: BE, 25 and 2B. RGB value is (190,37,43). Sum of RGB (Red+Green+Blue) = 190+37+43=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE252B is #41DAD4. Grayscale: #535353. Windows color (decimal): -4315861 or 2827710. OLE color: 2827710.

HSL color Cylindrical-coordinate representation of color #BE252B: hue angle of 357.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE252B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 37 43 -
CMYK 0 0.81 0.77 0.25
HSL 357.65º 0.67% 0.45% -
HSV(B) 357.65º 0.81% 0.75% -
XYZ 22.33 12.44 3.51 -
YUV 83.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 190 37 43 0 0.81 0.77 0.25 357.65 0.67 0.45
Hex BE 25 2B 0 51 4D 19 166 43 2D
Octal 276 45 53 0 121 115 31 546 103 55
Binary 10111110 100101 101011 0 1010001 1001101 11001 101100110 1000011 101101

Color Harmonies of #BE252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE252B

Black with #BE252B

Text Example


Text Example

White with #BE252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE252B; }

 p { color: rgb(190,37,43); }

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

background-color css

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

 a { background-color: rgb(190,37,43); }

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

border-color css

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

 span { border-color: rgb(190,37,43); }

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