Html Css Color HEX #B0223B Cardinal

📋 copy color: '#B0223B'

red 176 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #B0223B

Tints of Cardinal #B0223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 65.43%
G = 12.64%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0223B (or 0xB0223B) is known color: Cardinal. HEX triplet: B0, 22 and 3B. RGB value is (176,34,59). Sum of RGB (Red+Green+Blue) = 176+34+59=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0223B is #4FDDC4. Grayscale: #4F4F4F. Windows color (decimal): -5234117 or 3875504. OLE color: 3875504.

HSL color Cylindrical-coordinate representation of color #B0223B: hue angle of 349.44º 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 #B0223B is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 59 -
CMYK 0 0.81 0.66 0.31
HSL 349.44º 0.68% 0.41% -
HSV(B) 349.44º 0.81% 0.69% -
XYZ 19.27 10.69 5.19 -
YUV 79.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 176 34 59 0 0.81 0.66 0.31 349.44 0.68 0.41
Hex B0 22 3B 0 51 42 1F 15D 44 29
Octal 260 42 73 0 121 102 37 535 104 51
Binary 10110000 100010 111011 0 1010001 1000010 11111 101011101 1000100 101001

Color Harmonies of #B0223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0223B

Black with #B0223B

Text Example


Text Example

White with #B0223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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