Html Css Color HEX #BB043E Cardinal

📋 copy color: '#BB043E'

red 187 ◦ green 4 ◦ blue 62

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

Shades of Cardinal #BB043E

Tints of Cardinal #BB043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 62 (24.61% from 255) = 24.51%

R = 73.91%
G = 1.58%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB043E (or 0xBB043E) is known color: Cardinal. HEX triplet: BB, 04 and 3E. RGB value is (187,4,62). Sum of RGB (Red+Green+Blue) = 187+4+62=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB043E is #44FBC1. Grayscale: #414141. Windows color (decimal): -4520898 or 4064443. OLE color: 4064443.

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

Color convert

RGB 187 4 62 -
CMYK 0 0.98 0.67 0.27
HSL 340.98º 0.96% 0.37% -
HSV(B) 340.98º 0.98% 0.73% -
XYZ 21.41 11 5.55 -
YUV 65.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 187 4 62 0 0.98 0.67 0.27 340.98 0.96 0.37
Hex BB 4 3E 0 62 43 1B 155 60 25
Octal 273 4 76 0 142 103 33 525 140 45
Binary 10111011 100 111110 0 1100010 1000011 11011 101010101 1100000 100101

Color Harmonies of #BB043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB043E

Black with #BB043E

Text Example


Text Example

White with #BB043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB043E; }

 p { color: rgb(187,4,62); }

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

background-color css

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

 a { background-color: rgb(187,4,62); }

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

border-color css

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

 span { border-color: rgb(187,4,62); }

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