Html Css Color HEX #BB223F Cardinal

📋 copy color: '#BB223F'

red 187 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #BB223F

Tints of Cardinal #BB223F

RGB

 RED value IS 187 (73.44% from 255) = 65.85%

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 65.85%
G = 11.97%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB223F (or 0xBB223F) is known color: Cardinal. HEX triplet: BB, 22 and 3F. RGB value is (187,34,63). Sum of RGB (Red+Green+Blue) = 187+34+63=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB223F is #44DDC0. Grayscale: #535353. Windows color (decimal): -4513217 or 4137659. OLE color: 4137659.

HSL color Cylindrical-coordinate representation of color #BB223F: hue angle of 348.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB223F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 63 -
CMYK 0 0.82 0.66 0.27
HSL 348.63º 0.69% 0.43% -
HSV(B) 348.63º 0.82% 0.73% -
XYZ 21.96 12.07 5.87 -
YUV 83.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 187 34 63 0 0.82 0.66 0.27 348.63 0.69 0.43
Hex BB 22 3F 0 52 42 1B 15D 45 2B
Octal 273 42 77 0 122 102 33 535 105 53
Binary 10111011 100010 111111 0 1010010 1000010 11011 101011101 1000101 101011

Color Harmonies of #BB223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB223F

Black with #BB223F

Text Example


Text Example

White with #BB223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB223F; }

 p { color: rgb(187,34,63); }

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

background-color css

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

 a { background-color: rgb(187,34,63); }

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

border-color css

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

 span { border-color: rgb(187,34,63); }

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