Html Css Color HEX #BB073C Cardinal

📋 copy color: '#BB073C'

red 187 ◦ green 7 ◦ blue 60

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

Shades of Cardinal #BB073C

Tints of Cardinal #BB073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 73.62%
G = 2.76%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB073C (or 0xBB073C) is known color: Cardinal. HEX triplet: BB, 07 and 3C. RGB value is (187,7,60). Sum of RGB (Red+Green+Blue) = 187+7+60=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB073C is #44F8C3. Grayscale: #424242. Windows color (decimal): -4520132 or 3934139. OLE color: 3934139.

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

Color convert

RGB 187 7 60 -
CMYK 0 0.96 0.68 0.27
HSL 342.33º 0.93% 0.38% -
HSV(B) 342.33º 0.96% 0.73% -
XYZ 21.39 11.04 5.28 -
YUV 66.86 124.13 213.69 -
System Red Green Blue C M Y K H S L
Decimal 187 7 60 0 0.96 0.68 0.27 342.33 0.93 0.38
Hex BB 7 3C 0 60 44 1B 156 5D 26
Octal 273 7 74 0 140 104 33 526 135 46
Binary 10111011 111 111100 0 1100000 1000100 11011 101010110 1011101 100110

Color Harmonies of #BB073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB073C

Black with #BB073C

Text Example


Text Example

White with #BB073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB073C; }

 p { color: rgb(187,7,60); }

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

background-color css

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

 a { background-color: rgb(187,7,60); }

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

border-color css

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

 span { border-color: rgb(187,7,60); }

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