Html Css Color HEX #BB0345 Cardinal

📋 copy color: '#BB0345'

red 187 ◦ green 3 ◦ blue 69

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

Shades of Cardinal #BB0345

Tints of Cardinal #BB0345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 72.2%
G = 1.16%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB0345 (or 0xBB0345) is known color: Cardinal. HEX triplet: BB, 03 and 45. RGB value is (187,3,69). Sum of RGB (Red+Green+Blue) = 187+3+69=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0345 is #44FCBA. Grayscale: #414141. Windows color (decimal): -4521147 or 4522939. OLE color: 4522939.

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

Color convert

RGB 187 3 69 -
CMYK 0 0.98 0.63 0.27
HSL 338.48º 0.97% 0.37% -
HSV(B) 338.48º 0.98% 0.73% -
XYZ 21.6 11.06 6.63 -
YUV 65.54 129.96 214.63 -
System Red Green Blue C M Y K H S L
Decimal 187 3 69 0 0.98 0.63 0.27 338.48 0.97 0.37
Hex BB 3 45 0 62 3F 1B 152 61 25
Octal 273 3 105 0 142 77 33 522 141 45
Binary 10111011 11 1000101 0 1100010 111111 11011 101010010 1100001 100101

Color Harmonies of #BB0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0345

Black with #BB0345

Text Example


Text Example

White with #BB0345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0345; }

 p { color: rgb(187,3,69); }

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

background-color css

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

 a { background-color: rgb(187,3,69); }

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

border-color css

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

 span { border-color: rgb(187,3,69); }

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