Html Css Color HEX #BE212D Cardinal

📋 copy color: '#BE212D'

red 190 ◦ green 33 ◦ blue 45

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

Shades of Cardinal #BE212D

Tints of Cardinal #BE212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 70.9%
G = 12.31%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE212D (or 0xBE212D) is known color: Cardinal. HEX triplet: BE, 21 and 2D. RGB value is (190,33,45). Sum of RGB (Red+Green+Blue) = 190+33+45=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE212D is #41DED2. Grayscale: #515151. Windows color (decimal): -4316883 or 2957758. OLE color: 2957758.

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

Color convert

RGB 190 33 45 -
CMYK 0 0.83 0.76 0.25
HSL 355.41º 0.7% 0.44% -
HSV(B) 355.41º 0.83% 0.75% -
XYZ 22.25 12.22 3.67 -
YUV 81.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 190 33 45 0 0.83 0.76 0.25 355.41 0.7 0.44
Hex BE 21 2D 0 53 4C 19 163 46 2C
Octal 276 41 55 0 123 114 31 543 106 54
Binary 10111110 100001 101101 0 1010011 1001100 11001 101100011 1000110 101100

Color Harmonies of #BE212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE212D

Black with #BE212D

Text Example


Text Example

White with #BE212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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