Html Css Color HEX #BE222D Cardinal

📋 copy color: '#BE222D'

red 190 ◦ green 34 ◦ blue 45

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

Shades of Cardinal #BE222D

Tints of Cardinal #BE222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 70.63%
G = 12.64%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE222D (or 0xBE222D) is known color: Cardinal. HEX triplet: BE, 22 and 2D. RGB value is (190,34,45). Sum of RGB (Red+Green+Blue) = 190+34+45=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE222D is #41DDD2. Grayscale: #525252. Windows color (decimal): -4316627 or 2958014. OLE color: 2958014.

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

Color convert

RGB 190 34 45 -
CMYK 0 0.82 0.76 0.25
HSL 355.77º 0.7% 0.44% -
HSV(B) 355.77º 0.82% 0.75% -
XYZ 22.28 12.28 3.68 -
YUV 81.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 190 34 45 0 0.82 0.76 0.25 355.77 0.7 0.44
Hex BE 22 2D 0 52 4C 19 164 46 2C
Octal 276 42 55 0 122 114 31 544 106 54
Binary 10111110 100010 101101 0 1010010 1001100 11001 101100100 1000110 101100

Color Harmonies of #BE222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE222D

Black with #BE222D

Text Example


Text Example

White with #BE222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE222D; }

 p { color: rgb(190,34,45); }

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

background-color css

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

 a { background-color: rgb(190,34,45); }

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

border-color css

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

 span { border-color: rgb(190,34,45); }

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