Html Css Color HEX #BB043D Cardinal

📋 copy color: '#BB043D'

red 187 ◦ green 4 ◦ blue 61

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

Shades of Cardinal #BB043D

Tints of Cardinal #BB043D

RGB

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

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

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

R = 74.21%
G = 1.59%
B = 24.21%

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

#BB043D (or 0xBB043D) is known color: Cardinal. HEX triplet: BB, 04 and 3D. RGB value is (187,4,61). Sum of RGB (Red+Green+Blue) = 187+4+61=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB043D is #44FBC2. Grayscale: #414141. Windows color (decimal): -4520899 or 3998907. OLE color: 3998907.

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

Color convert

RGB 187 4 61 -
CMYK 0 0.98 0.67 0.27
HSL 341.31º 0.96% 0.37% -
HSV(B) 341.31º 0.98% 0.73% -
XYZ 21.38 10.99 5.41 -
YUV 65.22 125.63 214.87 -
System Red Green Blue C M Y K H S L
Decimal 187 4 61 0 0.98 0.67 0.27 341.31 0.96 0.37
Hex BB 4 3D 0 62 43 1B 155 60 25
Octal 273 4 75 0 142 103 33 525 140 45
Binary 10111011 100 111101 0 1100010 1000011 11011 101010101 1100000 100101

Color Harmonies of #BB043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB043D

Black with #BB043D

Text Example


Text Example

White with #BB043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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