Html Css Color HEX #BB183F Cardinal

📋 copy color: '#BB183F'

red 187 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #BB183F

Tints of Cardinal #BB183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 68.25%
G = 8.76%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB183F (or 0xBB183F) is known color: Cardinal. HEX triplet: BB, 18 and 3F. RGB value is (187,24,63). Sum of RGB (Red+Green+Blue) = 187+24+63=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB183F is #44E7C0. Grayscale: #4D4D4D. Windows color (decimal): -4515777 or 4135099. OLE color: 4135099.

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

Color convert

RGB 187 24 63 -
CMYK 0 0.87 0.66 0.27
HSL 345.64º 0.77% 0.41% -
HSV(B) 345.64º 0.87% 0.73% -
XYZ 21.72 11.58 5.79 -
YUV 77.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 187 24 63 0 0.87 0.66 0.27 345.64 0.77 0.41
Hex BB 18 3F 0 57 42 1B 15A 4D 29
Octal 273 30 77 0 127 102 33 532 115 51
Binary 10111011 11000 111111 0 1010111 1000010 11011 101011010 1001101 101001

Color Harmonies of #BB183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB183F

Black with #BB183F

Text Example


Text Example

White with #BB183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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