Html Css Color HEX #BB172B Cardinal

📋 copy color: '#BB172B'

red 187 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #BB172B

Tints of Cardinal #BB172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17%

R = 73.91%
G = 9.09%
B = 17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB172B (or 0xBB172B) is known color: Cardinal. HEX triplet: BB, 17 and 2B. RGB value is (187,23,43). Sum of RGB (Red+Green+Blue) = 187+23+43=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB172B is #44E8D4. Grayscale: #4A4A4A. Windows color (decimal): -4516053 or 2824123. OLE color: 2824123.

HSL color Cylindrical-coordinate representation of color #BB172B: hue angle of 352.68º 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 #BB172B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 23 43 -
CMYK 0 0.88 0.77 0.27
HSL 352.68º 0.78% 0.41% -
HSV(B) 352.68º 0.88% 0.73% -
XYZ 21.24 11.35 3.36 -
YUV 74.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 187 23 43 0 0.88 0.77 0.27 352.68 0.78 0.41
Hex BB 17 2B 0 58 4D 1B 161 4E 29
Octal 273 27 53 0 130 115 33 541 116 51
Binary 10111011 10111 101011 0 1011000 1001101 11011 101100001 1001110 101001

Color Harmonies of #BB172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB172B

Black with #BB172B

Text Example


Text Example

White with #BB172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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