Html Css Color HEX #B0223E Cardinal

📋 copy color: '#B0223E'

red 176 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #B0223E

Tints of Cardinal #B0223E

RGB

 RED value IS 176 (69.14% from 255) = 64.71%

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 64.71%
G = 12.5%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0223E (or 0xB0223E) is known color: Cardinal. HEX triplet: B0, 22 and 3E. RGB value is (176,34,62). Sum of RGB (Red+Green+Blue) = 176+34+62=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0223E is #4FDDC1. Grayscale: #4F4F4F. Windows color (decimal): -5234114 or 4072112. OLE color: 4072112.

HSL color Cylindrical-coordinate representation of color #B0223E: hue angle of 348.17º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0223E is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 62 -
CMYK 0 0.81 0.65 0.31
HSL 348.17º 0.68% 0.41% -
HSV(B) 348.17º 0.81% 0.69% -
XYZ 19.35 10.72 5.61 -
YUV 79.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 176 34 62 0 0.81 0.65 0.31 348.17 0.68 0.41
Hex B0 22 3E 0 51 41 1F 15C 44 29
Octal 260 42 76 0 121 101 37 534 104 51
Binary 10110000 100010 111110 0 1010001 1000001 11111 101011100 1000100 101001

Color Harmonies of #B0223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0223E

Black with #B0223E

Text Example


Text Example

White with #B0223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0223E; }

 p { color: rgb(176,34,62); }

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

background-color css

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

 a { background-color: rgb(176,34,62); }

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

border-color css

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

 span { border-color: rgb(176,34,62); }

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