Html Css Color HEX #BE223D Cardinal

📋 copy color: '#BE223D'

red 190 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #BE223D

Tints of Cardinal #BE223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 66.67%
G = 11.93%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE223D (or 0xBE223D) is known color: Cardinal. HEX triplet: BE, 22 and 3D. RGB value is (190,34,61). Sum of RGB (Red+Green+Blue) = 190+34+61=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE223D is #41DDC2. Grayscale: #535353. Windows color (decimal): -4316611 or 4006590. OLE color: 4006590.

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

Color convert

RGB 190 34 61 -
CMYK 0 0.82 0.68 0.25
HSL 349.62º 0.7% 0.44% -
HSV(B) 349.62º 0.82% 0.75% -
XYZ 22.65 12.43 5.62 -
YUV 83.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 190 34 61 0 0.82 0.68 0.25 349.62 0.7 0.44
Hex BE 22 3D 0 52 44 19 15E 46 2C
Octal 276 42 75 0 122 104 31 536 106 54
Binary 10111110 100010 111101 0 1010010 1000100 11001 101011110 1000110 101100

Color Harmonies of #BE223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE223D

Black with #BE223D

Text Example


Text Example

White with #BE223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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