Html Css Color HEX #BB173D Cardinal

📋 copy color: '#BB173D'

red 187 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #BB173D

Tints of Cardinal #BB173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 69%
G = 8.49%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB173D (or 0xBB173D) is known color: Cardinal. HEX triplet: BB, 17 and 3D. RGB value is (187,23,61). Sum of RGB (Red+Green+Blue) = 187+23+61=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB173D is #44E8C2. Grayscale: #4C4C4C. Windows color (decimal): -4516035 or 4003771. OLE color: 4003771.

HSL color Cylindrical-coordinate representation of color #BB173D: hue angle of 346.1º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB173D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 23 61 -
CMYK 0 0.88 0.67 0.27
HSL 346.1º 0.78% 0.41% -
HSV(B) 346.1º 0.88% 0.73% -
XYZ 21.64 11.51 5.5 -
YUV 76.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 187 23 61 0 0.88 0.67 0.27 346.1 0.78 0.41
Hex BB 17 3D 0 58 43 1B 15A 4E 29
Octal 273 27 75 0 130 103 33 532 116 51
Binary 10111011 10111 111101 0 1011000 1000011 11011 101011010 1001110 101001

Color Harmonies of #BB173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB173D

Black with #BB173D

Text Example


Text Example

White with #BB173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB173D; }

 p { color: rgb(187,23,61); }

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

background-color css

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

 a { background-color: rgb(187,23,61); }

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

border-color css

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

 span { border-color: rgb(187,23,61); }

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