Html Css Color HEX #BB1043 Cardinal

📋 copy color: '#BB1043'

red 187 ◦ green 16 ◦ blue 67

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

Shades of Cardinal #BB1043

Tints of Cardinal #BB1043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

 BLUE value IS 67 (26.56% from 255) = 24.81%

R = 69.26%
G = 5.93%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB1043 (or 0xBB1043) is known color: Cardinal. HEX triplet: BB, 10 and 43. RGB value is (187,16,67). Sum of RGB (Red+Green+Blue) = 187+16+67=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1043 is #44EFBC. Grayscale: #484848. Windows color (decimal): -4517821 or 4395195. OLE color: 4395195.

HSL color Cylindrical-coordinate representation of color #BB1043: hue angle of 342.11º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1043 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 67 -
CMYK 0 0.91 0.64 0.27
HSL 342.11º 0.84% 0.4% -
HSV(B) 342.11º 0.91% 0.73% -
XYZ 21.69 11.34 6.36 -
YUV 72.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 187 16 67 0 0.91 0.64 0.27 342.11 0.84 0.4
Hex BB 10 43 0 5B 40 1B 156 54 28
Octal 273 20 103 0 133 100 33 526 124 50
Binary 10111011 10000 1000011 0 1011011 1000000 11011 101010110 1010100 101000

Color Harmonies of #BB1043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1043

Black with #BB1043

Text Example


Text Example

White with #BB1043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1043; }

 p { color: rgb(187,16,67); }

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

background-color css

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

 a { background-color: rgb(187,16,67); }

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

border-color css

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

 span { border-color: rgb(187,16,67); }

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